| | |
| | | [ |
| | | { title: "æçç¼å·", field: "palletCode",type:"like"}, |
| | | |
| | | { |
| | | title: "ç©æç±»å", |
| | | field: "materialType", |
| | | type: "selectList", |
| | | dataKey: "InventoryMaterialType", |
| | | data: [], |
| | | },{ |
| | | title: "åºåç¶æ", |
| | | field: "stockStatus", |
| | | type: "select", |
| | | dataKey: "stockStatusEmun", |
| | | data: [], |
| | | }, |
| | | // { |
| | | // title: "ç©æç±»å", |
| | | // field: "materialType", |
| | | // type: "selectList", |
| | | // dataKey: "InventoryMaterialType", |
| | | // data: [], |
| | | // },{ |
| | | // title: "åºåç¶æ", |
| | | // field: "stockStatus", |
| | | // type: "select", |
| | | // dataKey: "stockStatusEmun", |
| | | // data: [], |
| | | // }, |
| | | ], |
| | | [ |
| | | { title: "ç©æç¼å·", field: "materielCode",type:"like" }, |
| | | { title: "ç©æåç§°", field: "materielName",type:"like" }, |
| | | { title: "ç©æè¯¦æ
", field: "orderNo",type:"like" }, |
| | | // { title: "ç©æåç§°", field: "materielName",type:"like" }, |
| | | // { title: "ç©æè¯¦æ
", field: "orderNo",type:"like" }, |
| | | ], |
| | | [ |
| | | { title: "ç©ææ¹æ¬¡", field: "batchNo",type:"like" }, |
| | | { title: "ç©ææ¹æ¬¡è¯¦æ
", field: "batchNoName",type:"like" }, |
| | | { title: "éé", field: "stockQuantity",type:"like" }, |
| | | ], |
| | | // [ |
| | | // { title: "ç©ææ¹æ¬¡", field: "batchNo",type:"like" }, |
| | | // { title: "ç©ææ¹æ¬¡è¯¦æ
", field: "batchNoName",type:"like" }, |
| | | // { title: "éé", field: "stockQuantity",type:"like" }, |
| | | // ], |
| | | [ |
| | | |
| | | { title: "å建æ¶é´", field: "createDate", type: "datetime" }, |
| | |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | DisplayType:"link" |
| | | DisplayType:"link", |
| | | sort:true, |
| | | },{ |
| | | field: "materialType", |
| | | title: "ç©æç±»å", |
| | |
| | | width: 100, |
| | | align: "left", |
| | | bind: { key: "InventoryMaterialType", data: [] }, |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "stockStatus", |
| | |
| | | width: 100, |
| | | align: "left", |
| | | bind: { key: "stockStatusEmun", data: [] }, |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "materielCode", |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "materielName", |
| | |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "orderNo", |
| | |
| | | type: "decimal", |
| | | width: 90, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "batchNo", |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "batchNoName", |
| | |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "stockQuantity", |
| | |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "createDate", |
| | |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | ]); |
| | | const detail = ref({ |