| | |
| | | sortName: "id", |
| | | }); |
| | | const editFormFields = ref({ |
| | | productStatus: "", |
| | | certificateNumber: "", |
| | | materielCode:"", |
| | | materielName:"", |
| | | shelfLife:"", |
| | | boxQuantity:"", |
| | | outboundQuantity:"", |
| | | stockQuantity:"", |
| | | productionDate:"", |
| | | remark:"", |
| | | validityPeriod:"", |
| | | batchNo:"" |
| | | }); |
| | | const editFormOptions = ref([]); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { |
| | | title: "产åç¶æ", |
| | | field: "productStatus", |
| | | type: "select", |
| | | dataKey: "productStatusEmun", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "åæ ¼è¯å·", |
| | | required: true, |
| | | field: "certificateNumber", |
| | | type: "string", |
| | | }, |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | deviceCode: "", |
| | | deviceType: "", |
| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "æçç¼å·", field: "palletCode", type: "like" }, |
| | | { title: "è´§ä½ç¼å·", field: "locationCode", type: "like" }, |
| | | { title: "æ¹å·", field: "batchNo", type: "like" }, |
| | | { |
| | | title: "åºåç¶æ", |
| | | field: "stockStatus", |
| | | title: "产åç¶æ", |
| | | field: "productStatus", |
| | | type: "select", |
| | | dataKey: "stockStatusEmun", |
| | | dataKey: "productStatusEmun", |
| | | data: [], |
| | | }, |
| | | ], |