1
wangxinhui
2025-01-16 5ab6b36c0c4bd80a31dcdd9f15cc835b7352c4e7
代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -24,7 +24,7 @@
        cnName: "搴撳瓨淇℃伅",
        name: "stockInfo",
        url: "/StockInfo/",
        sortName: "CreateDate",
        sortName: "id",
      });
      const editFormFields = ref({
        deviceCode: "",
@@ -37,7 +37,10 @@
        deviceRemark: "",
      });
      const editFormOptions = ref([
       [
        {field:'palletCode',title:'鎵樼洏缂栧彿',type:'string'},
        {field:'locationCode',title:'璐т綅缂栧彿',type:'string'},
       ]
      ]);
      const searchFormFields = ref({
        palletCode: "",
@@ -74,13 +77,21 @@
          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",
@@ -102,6 +113,7 @@
          type: "string",
          width: 100,
          align: "left",
          hidden:true
        },
        {
          field: "modifyDate",
@@ -109,6 +121,7 @@
          type: "datetime",
          width: 160,
          align: "left",
          hidden:true
        },
        {
          field: "remark",
@@ -116,6 +129,7 @@
          type: "string",
          width: 100,
          align: "left",
          hidden:true
        },
      ]);
      const detail = ref({