| | |
| | | field: "palletCode", |
| | | type: "input", |
| | | width: 200, |
| | | require: true |
| | | link: true, |
| | | require: true, |
| | | }, |
| | | { |
| | | title: "æåç¼å·", |
| | | field: "productCode", |
| | | type: "input", |
| | | width: 200, |
| | | require: true |
| | | require: true, |
| | | }, |
| | | { |
| | | title: "æååç§°", |
| | | field: "productName", |
| | | type: "input", |
| | | width: 200, |
| | | require: true |
| | | } |
| | | require: true, |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | |
| | | type: "input", |
| | | width: 100, |
| | | hidden: true, |
| | | readonly: true |
| | | } |
| | | ] |
| | | readonly: true, |
| | | }, |
| | | ], |
| | | ]); |
| | | |
| | | const searchFormFields = ref({ |
| | |
| | | field: "palletCode", |
| | | title: "å·¥è£
æ¿ç¼å·", |
| | | type: "string", |
| | | link: true, |
| | | width: 200, |
| | | align: "left", |
| | | }, |
| | |
| | | ]); |
| | | |
| | | const detail = ref({ |
| | | cnName: "", |
| | | table: "", |
| | | columns: [], |
| | | sortName: "", |
| | | key: "", |
| | | cnName: "ç»ç详ç»ä¿¡æ¯", |
| | | table: "boxingDetail", |
| | | columns: [ |
| | | { |
| | | field: "boxingId", |
| | | title: "ç»çID", |
| | | type: "int", |
| | | width: 90, |
| | | hidden: true, |
| | | readonly: true, |
| | | require: true, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "componentCode", |
| | | title: "é¶ä»¶ç¼å·", |
| | | type: "string", |
| | | width: 200, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "componentName", |
| | | title: "é¶ä»¶åç§°", |
| | | type: "string", |
| | | width: 200, |
| | | align: "left", |
| | | }, |
| | | ], |
| | | sortName: "createDate", |
| | | key: "id", |
| | | }); |
| | | |
| | | return { |