|
|
@ -133,7 +133,7 @@ export default { |
|
|
|
description: null, |
|
|
|
type: 1, |
|
|
|
productionLineCode: null, |
|
|
|
rawLocation: null, |
|
|
|
rawLocationCode: null, |
|
|
|
productLocation: null, |
|
|
|
remark: null |
|
|
|
}, |
|
|
@ -144,7 +144,7 @@ export default { |
|
|
|
description: null, |
|
|
|
type: 1, |
|
|
|
productionLineCode: null, |
|
|
|
rawLocation: null, |
|
|
|
rawLocationCode: null, |
|
|
|
productLocation: null, |
|
|
|
concurrencyStamp: null, |
|
|
|
remark: null |
|
|
@ -154,10 +154,10 @@ export default { |
|
|
|
{ type: "filterSelect", label: "生产线编号", prop: "productionLineCode", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/productionLine")}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/productionLine', 'ProductionLine', '生产线选择', this.CreateFormData) }, colSpan: 12 }, |
|
|
|
{ type: "filterSelect", label: "原料库位", prop: "rawLocation", optionsLabel: "name", optionsValue: "code", |
|
|
|
{ type: "filterSelect", label: "原料库位", prop: "rawLocationCode", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location")}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location', 'Location', '库位选择', this.CreateFormData) }, colSpan: 12 }, |
|
|
|
{ type: "filterSelect", label: "成品编号", prop: "productLocation", optionsLabel: "name", optionsValue: "code", |
|
|
|
{ type: "filterSelect", label: "成品库位", prop: "productLocation", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location")}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location', 'Location', '库位选择', this.CreateFormData) }, colSpan: 12 }, |
|
|
|
{ type: "input", label: "工作站编号", prop: "code", validType:'numberLetter', colSpan: 12 }, |
|
|
@ -170,10 +170,10 @@ export default { |
|
|
|
{ type: "filterSelect", label: "生产线编号", prop: "productionLineCode", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/productionLine")}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/productionLine', 'ProductionLine', '生产线选择', this.editFormData) }, colSpan: 12 }, |
|
|
|
{ type: "filterSelect", label: "原料库位", prop: "rawLocation", optionsLabel: "name", optionsValue: "code", |
|
|
|
{ type: "filterSelect", label: "原料库位", prop: "rawLocationCode", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location")}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location', 'Location', '库位选择', this.editFormData) }, colSpan: 12 }, |
|
|
|
{ type: "filterSelect", label: "成品编号", prop: "productLocation", optionsLabel: "name", optionsValue: "code", |
|
|
|
{ type: "filterSelect", label: "成品库位", prop: "productLocation", optionsLabel: "name", optionsValue: "code", |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location")}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location', 'Location', '库位选择', this.editFormData) }, colSpan: 12 }, |
|
|
|
{ type: "input", label: "工作站编号", prop: "code", validType:'numberLetter', colSpan: 12 }, |
|
|
|