| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "æçæ¡ç ", "field": "palletCode", type: "text" }, |
| | | { "title": "ç产产线", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] }, |
| | | { "title": "åºåº", "field": "areaCode", type: "select", dataKey: "AreaType", data: [] }, |
| | | { "title": "åºåç±»å", "field": "isFull", type: "select", dataKey: "isFull", data: [] }, |
| | | { "title": "楼å±", "field": "floor", type: "select", dataKey: "Floor", data: [] }, |
| | | { "title": "åºåç¶æ", "field": "stockStatus", type: "select", dataKey: "StockStateEmun", data: [] }, |
| | | ], [ |
| | | { "title": "åºä½å·", "field": "locationCode", type: "text" }, |
| | | { "title": "å··é", "field": "roadwayNo", type: "text" }, |
| | | { "title": "è´§ä½ç¶æ", "field": "locationStatus", type: "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "åºå", "field": "areaId", type: "select", dataKey: "AreaType", data: []}, |
| | | ] |
| | | , [ |
| | | { "title": "ç©æç¼ç ", "field": "materielCode", type: "text" }, |
| | | ] |
| | | ]); |
| | |
| | | { field: 'locationCode', title: 'åºä½', type: 'string', width: 100, align: 'left', }, |
| | | { field: 'locationStatus', title: 'è´§ä½ç¶æ', type: 'int', width: 60, align: 'left', bind: { key: "LocationState", data: [] } }, |
| | | { field: 'floor', title: '楼å±', type: 'int', width: 60, align: 'left', bind: { key: "Floor", data: [] } }, |
| | | { field: 'areaId', title: 'åºå', type: 'int', width: 120, align: 'left', bind: { key: "AreaType", data: [] } }, |
| | | { field: 'stockStatus', title: 'åºåç¶æ', type: 'int', width: 90, align: 'left', bind: { key: "StockStateEmun", data: [] } }, |
| | | { 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, hidden: true, align: 'left' }, |
| | | { field: 'modifier', title: 'æåä¿®æ¹äºº', type: 'string', sort: true, width: 100, align: 'left' }, |
| | | ] |
| | | ); |
| | | const detail = ref({ |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "outboundQuantity", |
| | | title: "åºåºæ°é", |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | edit: { type: "int" }, |
| | | required: true, |
| | | }, |
| | | { |
| | | field: "unit", |
| | | title: "åä½", |
| | | type: "int", |