| | |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | deviceCode: "", |
| | | deviceType: "", |
| | | deviceStatus: "", |
| | | orderNo: "", |
| | | batchNo: "", |
| | | status: "", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "设å¤ç¼å·", field: "deviceCode" }, |
| | | { title: "设å¤ç±»å", field: "deviceType" }, |
| | | { title: "设å¤ç¶æ", field: "deviceStatus" }, |
| | | { title: "åæ®ç¼å·", field: "orderNo" }, |
| | | { title: "æ¹æ¬¡å·", field: "batchNo" }, |
| | | { title: "åºåæç»ç¶æ", field: "status" ,type: "select", |
| | | dataKey: "stockStatusEmun", |
| | | data: [],}, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | }, |
| | | { |
| | | field: "stockId", |
| | | title: "åºåä¿¡æ¯ä¸»é®", |
| | | title: "æçå·", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "palletCodes", data: [] }, |
| | | }, |
| | | { |
| | | field: "materielCode", |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "stockStatusEmun", data: [] }, |
| | | }, |
| | | { |
| | | field: "creater", |