| | |
| | | |
| | | <template> |
| | | <view-grid |
| | | ref="grid" |
| | | :columns="columns" |
| | | :detail="detail" |
| | | :editFormFields="editFormFields" |
| | | :editFormOptions="editFormOptions" |
| | | :searchFormFields="searchFormFields" |
| | | :searchFormOptions="searchFormOptions" |
| | | :table="table" |
| | | :extend="extend" |
| | | > |
| | | <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields" |
| | | :editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions" |
| | | :table="table" :extend="extend"> |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "鎵樼洏缂栧彿", field: "palletCode" ,type:'like'}, |
| | | { title: "璐т綅缂栧彿", field: "locationCode" }, |
| | | { title: "璐т綅缂栧彿", field: "locationCode", type: "like" }, |
| | | { title: "鎵樼洏绫诲瀷", field: "palletType", type: "select", dataKey: "palletType", data: [] }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |