|  |  | 
 |  |  |         cnName: "搴撳瓨淇℃伅", | 
 |  |  |         name: "stockInfo", | 
 |  |  |         url: "/StockInfo/", | 
 |  |  |         sortName: "CreateDate", | 
 |  |  |         sortName: "id", | 
 |  |  |       }); | 
 |  |  |       const editFormFields = ref({ | 
 |  |  |         deviceCode: "", | 
 |  |  | 
 |  |  |         deviceRemark: "", | 
 |  |  |       }); | 
 |  |  |       const editFormOptions = ref([ | 
 |  |  |          | 
 |  |  |        [ | 
 |  |  |         {field:'palletCode',title:'鎵樼洏缂栧彿',type:'string'}, | 
 |  |  |         {field:'locationCode',title:'璐т綅缂栧彿',type:'string'}, | 
 |  |  |        ] | 
 |  |  |       ]); | 
 |  |  |       const searchFormFields = ref({ | 
 |  |  |         palletCode: "", | 
 |  |  | 
 |  |  |           width: 150, | 
 |  |  |           align: "left", | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           field: "isFull", | 
 |  |  |           title: "鏄惁婊$洏", | 
 |  |  |           type: "string", | 
 |  |  |           width: 150, | 
 |  |  |         // { | 
 |  |  |         //   field: "isFull", | 
 |  |  |         //   title: "鏄惁婊$洏", | 
 |  |  |         //   type: "string", | 
 |  |  |         //   width: 150, | 
 |  |  |         //   align: "left", | 
 |  |  |         //   bind: { key: "yesno", data: [] }, | 
 |  |  |         // }, | 
 |  |  |          { | 
 |  |  |           field: "warehouseId", | 
 |  |  |           title: "浠撳簱", | 
 |  |  |           type: "select", | 
 |  |  |           width: 100, | 
 |  |  |           align: "left", | 
 |  |  |           bind: { key: "yesno", data: [] }, | 
 |  |  |           bind: { key: "warehouses", data: [] }, | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           field: "creater", | 
 |  |  | 
 |  |  |           type: "string", | 
 |  |  |           width: 100, | 
 |  |  |           align: "left", | 
 |  |  |           hidden:true | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           field: "modifyDate", | 
 |  |  | 
 |  |  |           type: "datetime", | 
 |  |  |           width: 160, | 
 |  |  |           align: "left", | 
 |  |  |           hidden:true | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           field: "remark", | 
 |  |  | 
 |  |  |           type: "string", | 
 |  |  |           width: 100, | 
 |  |  |           align: "left", | 
 |  |  |           hidden:true | 
 |  |  |         }, | 
 |  |  |       ]); | 
 |  |  |       const detail = ref({ |