| | |
| | | const table = ref({ |
| | | key: "id", |
| | | footer: "Foots", |
| | | cnName: "æååºåä¿¡æ¯", |
| | | cnName: "æååºåä¿¡æ¯åå²", |
| | | name: "proStockInfo_Hty", |
| | | url: "/proStockInfo_Hty/", |
| | | sortName: "id", |
| | |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | {field:'palletCode',title:'è¶æ¡å·',type:'string'}, |
| | | {field:'containerCode',title:'ææ¡ç¼å·',type:'string'}, |
| | | {field:'locationCode',title:'è´§ä½ç¼å·',type:'string'}, |
| | | ] |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | palletCode: "", |
| | | containerCode: "", |
| | | locationCode: "", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "è¶æ¡å·", field: "palletCode" }, |
| | | { title: "ææ¡ç¼å·", field: "containerCode" }, |
| | | { title: "è´§ä½ç¼å·", field: "locationCode" }, |
| | | ], |
| | | ]); |
| | |
| | | title: "sourceId", |
| | | type: "int", |
| | | width: 90, |
| | | hidden: true, |
| | | readonly: true, |
| | | require: true, |
| | | align: "left", |
| | |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "palletCode", |
| | | title: "è¶æ¡å·", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, { |
| | | field: "shipmentOrder", |
| | | title: "åºè´§åå·", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | |
| | | { |
| | | field: "palletType", |
| | | title: "è¶æ¡ç±»å", |
| | | { |
| | | field: "containerCode", |
| | | title: "ææ¡ç¼å·", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |