| | |
| | | }); |
| | | const editFormFields = ref({ |
| | | "palletCode": "", |
| | | "locationCode": "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { "title": "æçæ¡ç ", "field": "palletCode", type: "text" }, |
| | | |
| | | { "title": "åºä½å·", "field": "locationCode", type: "text" }, |
| | | ] |
| | | ]); |
| | | const searchFormFields = ref({}); |
| | |
| | | { field: 'creater', title: 'å建人', type: 'string', sort: true, width: 110, align: 'left', hidden: true }, |
| | | { field: 'createDate', title: 'å建æ¶é´', type: 'datetime', sort: true, width: 150, align: 'left', }, |
| | | { field: 'modifier', title: 'æåä¿®æ¹äºº', type: 'string', sort: true, width: 100, hidden: true, align: 'left' }, |
| | | { field: 'modifyDate', title: 'æåä¿®æ¹æ¶é´', type: 'datetime', sort: true, width: 150, align: 'left', sort: true }, |
| | | { field: 'modifyDate', title: 'æåä¿®æ¹æ¶é´', type: 'datetime', sort: true, width: 150, hidden: true, align: 'left', sort: true }, |
| | | ]); |
| | | |
| | | const detail = 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" |