| | |
| | | sortName: 'materiel_createtime', |
| | | }); |
| | | const editFormFields = ref({ |
| | | |
| | | EmptyPallet_name:"", |
| | | EmptyPallet_palletweight:"", |
| | | EmptyPallet_remark:"" |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { title: 'æçæ¡ç ', field: 'EmptyPallet_name', type: 'text' }, |
| | | |
| | | |
| | | ], |
| | | [ |
| | | { title: 'éé', field: 'EmptyPallet_palletweight', type: 'text' }, |
| | | ],[ |
| | | { title: '夿³¨', field: 'EmptyPallet_remark', type: 'text' }, |
| | | ] |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | |
| | | EmptyPallet_name:"", |
| | | EmptyPallet_palletweight:"", |
| | | EmptyPallet_remark:"" |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | |
| | | [ |
| | | { title: 'æçæ¡ç ', field: 'EmptyPallet_name', type: 'like' }, |
| | | ], |
| | | [ |
| | | { title: 'éé', field: 'EmptyPallet_palletweight', type: 'like' }, |
| | | ], |
| | | [ |
| | | { title: '夿³¨', field: 'EmptyPallet_remark', type: 'like' }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | | { |
| | |
| | | }, |
| | | |
| | | { |
| | | field: 'eqment_creator', |
| | | field: 'EmptyPallet_creator', |
| | | title: 'å建è
', |
| | | type: 'string', |
| | | width: 110, |
| | |
| | | align: 'left', |
| | | }, |
| | | { |
| | | field: 'eqment_createtime', |
| | | field: 'EmptyPallet_createtime', |
| | | title: 'å建æ¶é´', |
| | | type: 'datetime', |
| | | width: 110, |