Browse Source

半成品上架标签物品代码选择条件修改为半成品对应编号

dev_web_online
陈薪名 2 years ago
parent
commit
47f6e1df73
  1. 2
      fe/PC/public/version.json
  2. 4
      fe/PC/src/views/labelManage/PartiallyPreparedProducts/PartiallyPreparedProducts.vue

2
fe/PC/public/version.json

@ -1,3 +1,3 @@
{ {
"version": "1.0.17" "version": "1.0.18"
} }

4
fe/PC/src/views/labelManage/PartiallyPreparedProducts/PartiallyPreparedProducts.vue

@ -128,11 +128,11 @@ export default {
{ type: "filterSelect", label: "物品代码", prop: "itemCode", optionsLabel: "name", optionsValue: "code", { type: "filterSelect", label: "物品代码", prop: "itemCode", optionsLabel: "name", optionsValue: "code",
focus: (type,val) => { return this.getFilterList(type, val, "basedata/item-basic", [ focus: (type,val) => { return this.getFilterList(type, val, "basedata/item-basic", [
// {logic:"And",column:"canMake",action:"==",value:"true"}, // {logic:"And",column:"canMake",action:"==",value:"true"},
{logic:"And",column:"type",action:"==",value:"半成品"} {logic:"And",column:"type",action:"==",value:"10C04"}
])}, ])},
searchButton: (val) => { this.showSerarchPage(val, 'basedata/Item-Basic', 'ItemBasic', '物品代码', this.selectData,[ searchButton: (val) => { this.showSerarchPage(val, 'basedata/Item-Basic', 'ItemBasic', '物品代码', this.selectData,[
// {logic:"And",column:"canMake",action:"==",value:"true"}, // {logic:"And",column:"canMake",action:"==",value:"true"},
{logic:"And",column:"type",action:"==",value:"半成品"} {logic:"And",column:"type",action:"==",value:"10C04"}
]) }, ]) },
colSpan: 12, colSpan: 12,
}, },

Loading…
Cancel
Save