lichong 9 months ago
parent
commit
5602f65a31
  1. 35
      front/src/renderer/src/assets/json/dingdan.json

35
front/src/renderer/src/assets/json/dingdan.json

@ -13,6 +13,7 @@
"label": "客户编号", "label": "客户编号",
"prop": "kehubianhao", "prop": "kehubianhao",
"type": "text", "type": "text",
"minWidth": 40,
"tableShow": true, "tableShow": true,
"formShow": true, "formShow": true,
"exportxiaoshou": true "exportxiaoshou": true
@ -57,18 +58,11 @@
"formShow": true, "formShow": true,
"exportS6": true "exportS6": true
}, },
{
"label": "单据单位数量",
"prop": "danjudanweishuliang",
"type": "number",
"tableShow": true,
"formShow": true,
"exportS6": false
},
{ {
"label": "条码", "label": "条码",
"prop": "tiaoma", "prop": "tiaoma",
"type": "text", "type": "text",
"minWidth": 130,
"tableShow": true, "tableShow": true,
"formShow": true "formShow": true
}, },
@ -89,6 +83,15 @@
"tableShow": true, "tableShow": true,
"exportxiaoshou": true "exportxiaoshou": true
}, },
{
"label": "单据单位数量",
"prop": "danjudanweishuliang",
"type": "number",
"minWidth": 60,
"tableShow": true,
"formShow": true,
"exportS6": false
},
{ {
"label": "修改后销售数量", "label": "修改后销售数量",
"prop": "xiugaihouxiaoshoushuliang", "prop": "xiugaihouxiaoshoushuliang",
@ -97,6 +100,14 @@
"formShow": true, "formShow": true,
"exportxiaoshou": true "exportxiaoshou": true
}, },
{
"label": "销售金额",
"prop": "xiaoshoujine",
"type": "number",
"formShow": true,
"tableShow": true,
"exportxiaoshou": true
},
{ {
"label": "最高采购价", "label": "最高采购价",
"prop": "zuigaocaigoujia", "prop": "zuigaocaigoujia",
@ -182,14 +193,6 @@
"tableShow": true, "tableShow": true,
"exportxiaoshou": true "exportxiaoshou": true
}, },
{
"label": "销售金额",
"prop": "xiaoshoujine",
"type": "number",
"formShow": true,
"tableShow": true,
"exportxiaoshou": true
},
{ {
"label": "暂无此产品", "label": "暂无此产品",
"prop": "isNotSale", "prop": "isNotSale",

Loading…
Cancel
Save