| | |
| | | sortName: "createDate" |
| | | }); |
| | | const editFormFields = ref({ |
| | | palletCode:"", |
| | | locationCode:"", |
| | | stockStatus:"", |
| | | palletCode: "", |
| | | locationCode: "", |
| | | stockStatus: "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | |
| | |
| | | ], [ |
| | | { "title": "åºä½å·", "field": "locationCode", type: "text" }, |
| | | { "title": "è´§ä½ç¶æ", "field": "locationStatus", type: "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "åºå", "field": "areaId", type: "select", dataKey: "AreaType", data: []}, |
| | | { "title": "åºå", "field": "areaId", type: "select", dataKey: "AreaType", data: [] }, |
| | | ] |
| | | , [ |
| | | { "title": "ç©æç¼ç ", "field": "materielCode", type: "text" }, |
| | |
| | | { field: 'remark', title: '夿³¨', type: 'string', width: 60, align: 'left', }, |
| | | { field: 'creater', title: 'å建人', type: 'string', sort: true, width: 110, align: 'left', hidden: true }, |
| | | { field: 'createDate', title: 'å建æ¶é´', type: 'datetime', sort: true, width: 150, align: 'left', }, |
| | | { field: 'modifier', title: 'æåä¿®æ¹äºº', type: 'string', sort: true, width: 100, align: 'left' }, |
| | | { field: 'modifier', title: 'æåä¿®æ¹äºº', type: 'string', sort: true, width: 100, align: 'left' }, |
| | | ] |
| | | ); |
| | | const detail = ref({ |
| | |
| | | required: true, |
| | | }, |
| | | { |
| | | field: "remark", |
| | | field: "allocateWarehouse", |
| | | title: "è°æ¨ä»åº", |
| | | type: "string", |
| | | width: 100, |
| | | width: 150, |
| | | align: "left", |
| | | edit: { type: "select" }, |
| | | required: true, |
| | | bind: { key: "AreaType", data: [] } |
| | | bind: { key: "WareAreaType", data: [] } |
| | | }, |
| | | { |
| | | field: "remark", |
| | | title: "夿³¨", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "unit", |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | hidden:true, |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "creater", |
| | |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | hidden:true, |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "modifyDate", |
| | |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | | hidden:true, |
| | | hidden: true, |
| | | } |
| | | ], |
| | | sortName: "id", |