| | |
| | | const editFormOptions = ref([ |
| | | |
| | | ]); |
| | | const searchFormFields = ref({}); |
| | | const searchFormFields = ref({ |
| | | palletCode:"" |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "æçæ¡ç ", "field": "palletCode", type: "text" }, |
| | | { "title": "ç©æç¼å·", "field": "materielCode", type: "text" }, |
| | | { "title": "åºåç¶æ", "field": "status", type: "select", dataKey: "StockState", data: [] }, |
| | | { "title": "ç»çç±»å", "field": "groupType", type: "select", dataKey: "GroupType", data: [] }, |
| | | //{ "title": "ç©æç¼å·", "field": "materielCode", type: "text" }, |
| | | //{ "title": "åºåç¶æ", "field": "status", type: "select", dataKey: "StockState", data: [] }, |
| | | //{ "title": "ç»çç±»å", "field": "groupType", type: "select", dataKey: "GroupType", data: [] }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | | { field: 'id', title: 'åºåID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, |
| | | { field: 'palletCode', title: 'æçæ¡ç ', type: 'string', width: 110, align: 'left', sort: true, link: true, }, |
| | | { field: 'palletCode', title: 'æ¡ç ', type: 'string', width: 110, align: 'left', sort: true, link: true, }, |
| | | //{ field: 'locationCode', title: 'åºä½', type: 'string', width: 110, align: 'left' }, |
| | | //{ field: 'isFull', title: 'æ¯å¦æ»¡ç', type: 'bool', width: 110, align: 'left' }, |
| | | { field: 'currentStatue', title: 'å½åç¶æ', type: 'int', width: 110, align: 'left', bind: { key: "StockState", data: [] } }, |