| | |
| | | }); |
| | | const editFormFields = ref({ |
| | | "palletCode": "", |
| | | "locationCode": "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { "title": "æçæ¡ç ", "field": "palletCode", type: "text" }, |
| | | |
| | | { "title": "åºä½å·", "field": "locationCode", type: "text" }, |
| | | ] |
| | | ]); |
| | | const searchFormFields = ref({}); |
| | |
| | | cnName: "ç»çæç»ä¿¡æ¯", |
| | | table: "DtBoxingInfoDetail", |
| | | columns: [ |
| | | { title: "çµè¯åºåå·", field: "serialNumber", type: "text"}, |
| | | { title: "ç©æç¼å·", field: "materielCode",type: "text" }, |
| | | { title: "ç©æåç§°", field: "materielName", type: "text" }, |
| | | { title: "åºåç¶æ", field: "status", type: "text" }, |
| | | { title: "ç»çæ°é", field: "stockQuantity", type: "text" }, |
| | | { title: "å建æ¶é´", field: "createDate", type: "text" }, |
| | | |
| | | ], |
| | | sortName: "id", |
| | | key: "BoxingInfoId" |