|
@ -160,7 +160,7 @@ export default { |
|
|
{ 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")}, |
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location")}, |
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location', 'Location', '库位选择', this.CreateFormData) }, colSpan: 12 }, |
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location', 'Location', '库位选择', this.CreateFormData) }, colSpan: 12 }, |
|
|
{ type: "input", label: "工作站编号", prop: "code", colSpan: 12 }, |
|
|
{ type: "input", label: "工作站编号", prop: "code", validType:'numberLetter', colSpan: 12 }, |
|
|
{ type: "input", label: "工作站名称", prop: 'name', colSpan: 12 }, |
|
|
{ type: "input", label: "工作站名称", prop: 'name', colSpan: 12 }, |
|
|
{ type: "select", label: "类型", prop: "type", options: "workCenterType", colSpan: 12 }, |
|
|
{ type: "select", label: "类型", prop: "type", options: "workCenterType", colSpan: 12 }, |
|
|
{ type: "input", label: "描述", prop: "description", colSpan: 12 }, |
|
|
{ type: "input", label: "描述", prop: "description", colSpan: 12 }, |
|
@ -176,7 +176,7 @@ export default { |
|
|
{ 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")}, |
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location")}, |
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location', 'Location', '库位选择', this.editFormData) }, colSpan: 12 }, |
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location', 'Location', '库位选择', this.editFormData) }, colSpan: 12 }, |
|
|
{ type: "input", label: "工作站编号", prop: "code", colSpan: 12 }, |
|
|
{ type: "input", label: "工作站编号", prop: "code", validType:'numberLetter', colSpan: 12 }, |
|
|
{ type: "input", label: "工作站名称", prop: 'name', colSpan: 12 }, |
|
|
{ type: "input", label: "工作站名称", prop: 'name', colSpan: 12 }, |
|
|
{ type: "select", label: "类型", prop: "type", options: "workCenterType", colSpan: 12 }, |
|
|
{ type: "select", label: "类型", prop: "type", options: "workCenterType", colSpan: 12 }, |
|
|
{ type: "input", label: "描述", prop: "description", colSpan: 12 }, |
|
|
{ type: "input", label: "描述", prop: "description", colSpan: 12 }, |
|
|