|
|
@ -188,7 +188,7 @@ export default { |
|
|
|
{ type: "filterSelect", label: "物品代码", prop: "itemCode", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/item-basic")}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/item-basic', 'ItemBasic', '区域选择', this.CreateFormData) }, colSpan: 12 }, |
|
|
|
{ type: "select", label: "储存关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 }, |
|
|
|
{ type: "select", label: "存储关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 }, |
|
|
|
{ type: "filterSelect", label: "值", prop: "storeValue", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, this.storeValue.url)}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, this.storeValue.url, this.storeValue.tabColumns, '值选择', this.CreateFormData) }, colSpan: 12 }, |
|
|
@ -202,7 +202,7 @@ export default { |
|
|
|
], |
|
|
|
editForm: [ |
|
|
|
{ type: "input", label: "物品代码", prop: "itemCode", disabled:"true", colSpan: 12 }, |
|
|
|
{ type: "select", label: "储存关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 }, |
|
|
|
{ type: "select", label: "存储关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 }, |
|
|
|
{ type: "filterSelect", label: "值", prop: "storeValue", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, this.ediStoreValue.url)}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, this.ediStoreValue.url, this.ediStoreValue.tabColumns, '值选择', this.editFormData) }, colSpan: 12 }, |
|
|
|