Commit 7f097497 by 抽刀断水

需要转化transformFormTable

parent fb181413
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
:cxQueryField="cxQueryField" :cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead" :cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl" :cxUrl="cxUrl"
:transformFormTable="transformFormTable"
@edit="edit" @edit="edit"
@dele="dele" @dele="dele"
@toInfor="toInfor" @toInfor="toInfor"
...@@ -20,6 +21,7 @@ ...@@ -20,6 +21,7 @@
<script> <script>
import rightContent from "@c/ptCxForm_components.vue"; import rightContent from "@c/ptCxForm_components.vue";
import { zlToDelete, zlTqsp } from "@/api/zczl/zczl.js"; import { zlToDelete, zlTqsp } from "@/api/zczl/zczl.js";
import { spsftg, sfczhbxx} from "@/assets/js/transformFormTable.js";
export default { export default {
name: "rlqbxsxx", name: "rlqbxsxx",
components: { components: {
...@@ -41,6 +43,7 @@ export default { ...@@ -41,6 +43,7 @@ export default {
spsftg: "", spsftg: "",
zlsffp: "", zlsffp: "",
zlsfhb: "", zlsfhb: "",
zlsfqs: "",
limit: 10, limit: 10,
page: 1, page: 1,
}, },
...@@ -124,6 +127,10 @@ export default { ...@@ -124,6 +127,10 @@ export default {
type: "select", type: "select",
selectData: [ selectData: [
{ {
name: "草稿",
value: "3",
},
{
name: "待审批", name: "待审批",
value: "2", value: "2",
}, },
...@@ -179,6 +186,26 @@ export default { ...@@ -179,6 +186,26 @@ export default {
placeholder: "请选择", placeholder: "请选择",
col: "3", col: "3",
}, },
{
name: "指令是否签收",
id: "zlsfqs",
type: "select",
selectData: [
{
name: "已签收",
value: "1",
},
{
name: "未签收",
value: "0",
},
],
props: "checkEmpty",
value: "",
placeholder: "请选择",
col: "3",
},
], ],
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -239,6 +266,11 @@ export default { ...@@ -239,6 +266,11 @@ export default {
prop: "sfczhbxx", prop: "sfczhbxx",
}, },
], ],
// 需要转化table的显示
transformFormTable: {
spsftg,
sfczhbxx
},
cxUrl: "/zczl/getWfqdzczlList", cxUrl: "/zczl/getWfqdzczlList",
Menu: [ Menu: [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment