| | |
| | | field: "erpStockQuantity", |
| | | type: "number", |
| | | }, |
| | | { |
| | | title: "åºåå·®å¼", |
| | | field: "status", |
| | | type: "select", |
| | | bind: { key: "stockDifference", data: [] } |
| | | } |
| | | // { |
| | | // title: "åºåå·®å¼", |
| | | // field: "status", |
| | | // type: "select", |
| | | // bind: { key: "stockDifference", data: [] } |
| | | // } |
| | | ], |
| | | [ |
| | | // { |
| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "ç©æç¼å·", field: "materielCode" }, |
| | | { title: "ç©æåç§°", field: "materielName" }, |
| | | { title: "æ¹æ¬¡å·", field: "batchNo" }, |
| | | { title: "ç©æç¼å·", field: "materielCode" ,type: "like" }, |
| | | { title: "ç©æåç§°", field: "materielName" ,type: "like"}, |
| | | { title: "æ¹æ¬¡å·", field: "batchNo" ,type: "like"}, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "status", |
| | | title: "åºåå·®å¼", |
| | | type: "select", |
| | | width: 100, |
| | | align: "left", |
| | | bind: { key: "stockDifference", data: [] }, |
| | | }, |
| | | // { |
| | | // field: "status", |
| | | // title: "åºåå·®å¼", |
| | | // type: "select", |
| | | // width: 100, |
| | | // align: "left", |
| | | // bind: { key: "stockDifference", data: [] }, |
| | | // }, |
| | | // { |
| | | // field: "productionDate", |
| | | // title: "çäº§æ¥æ", |