| | |
| | | type: "string", |
| | | }, |
| | | ], |
| | | |
| | | |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | materielCode: "", |
| | | materielName: "", |
| | | orderNo: "", |
| | | palletCode:"" |
| | | palletCode: "" |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "ç©æç¼å·", field: "materielCode" ,type:'like'}, |
| | | { title: "ç©æåç§°", field: "materielName" ,type:'like'}, |
| | | { title: "åæ®ç¼å·", field: "orderNo" ,type:'like'}, |
| | | { title: "æçå·", field: "palletCode" ,type:'like'}, |
| | | { title: "ç©æç¼å·", field: "materielCode", type: 'like' }, |
| | | { title: "ç©æåç§°", field: "materielName", type: 'like' }, |
| | | { title: "åæ®ç¼å·", field: "orderNo", type: 'like' }, |
| | | |
| | | ], [ |
| | | { title: "æçå·", field: "palletCode", type: 'like' }, |
| | | { title: "æ¹æ¬¡", field: "batchNo", type: 'like' }, |
| | | { title: "æ¡ç ", field: "barcode", type: 'like' }, |
| | | ], |
| | | [ |
| | | { title: "åºåç¶æ", field: "status", type: 'select', dataKey: "stockStatusEmun", data: [] }, |
| | | { title: "ä»åº", field: "warehouseCode", type: 'select', dataKey: "warehouse", data: [] }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | }, |
| | | { |
| | | field: "palletCode", |
| | | title: "æçç¼å·", |
| | | title: "æçç¼å·", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "locationCode", |
| | | title: "è´§ä½ç¼å·", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | bind: { key: "materielInfo", data: [] }, |
| | | }, |
| | | { |
| | | field: "orderNo", |
| | | title: "åæ®ç¼å·", |
| | | type: "decimal", |
| | | width: 90, |
| | | width: 150, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "batchNo", |
| | | title: "æ¹æ¬¡å·", |
| | | type: "string", |
| | | width: 90, |
| | | width: 150, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "supplyCode", |
| | |
| | | field: "warehouseCode", |
| | | title: "ä»åºå·", |
| | | type: "string", |
| | | width: 120, |
| | | width: 160, |
| | | align: "left", |
| | | bind: { key: "wareHouse", data: [] }, |
| | | }, |
| | | { |
| | | field: "barcode", |
| | |
| | | field: "stockQuantity", |
| | | title: "åºåæ°é", |
| | | type: "string", |
| | | width: 200, |
| | | width: 110, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "outboundQuantity", |
| | | title: "åºåºæ°é", |
| | | type: "string", |
| | | width: 180, |
| | | width: 110, |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "status", |
| | |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "stockStatusEmun", data: [] }, |
| | | }, |
| | | { |
| | | field: "validDate", |
| | | title: "æææ", |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "creater", |
| | |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | ]); |
| | | const detail = ref({ |