1
yangpeixing
2026-04-01 67d4e9ca4267049cc67cff15828080d2d5dfce0b
WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -27,14 +27,13 @@
        sortName: "id",
      });
      const editFormFields = ref({
        deviceCode: "",
        deviceName: "",
        deviceType: "",
        deviceStatus: "",
        deviceIp: "",
        devicePort: "",
        devicePlcType: "",
        deviceRemark: "",
        palletCode: "",
        materialType: "",
        locationCode: "",
        stockStatus: "",
        materialweight: "",
        wlstatus: "",
        remark: "",
      });
      const editFormOptions = ref([
        [
@@ -65,7 +64,7 @@
          data: []
        },
        {
          title: "备注", field: "Remark"
          title: "备注", field: "remark"
        }
        ],
      ]);
@@ -98,21 +97,14 @@
          dataKey: "stockStatusEmun",
          data: [],
        },
        {
          title: "物料状态",
          field: "wlstatus",
          type: "selectList",
          dataKey: "InventoryMaterialStatus",
          data: [],
        },
        { title: "库存编号",
        { title: "关联库存编号",
            field: "id",
            type: "like",
        },
        { title: "创建时间", field: "createDate", type: "datetime" },
        ],
        [
        { title: "创建时间", field: "createDate", type: "datetime" },
        { title: "生产时间", field: "mgeneratetime", type: "datetime" },
        ]
      ]);
      const columns = ref([
@@ -133,15 +125,15 @@
          width: 90,
          align: "left",
          DisplayType:"link",
          sort:true
        },
        {
          field: "palletCode",
          title: "托盘编号",
          type: "string",
          width: 90,
          width: 150,
          align: "left",
          sort:true,
          //sort:true,
        },
        {
          field: "materialType",
@@ -149,16 +141,16 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
          //sort:true,
          bind: { key: "InventoryMaterialType", data: [] },
        },
        {
          field: "locationCode",
          title: "货位编号",
          type: "string",
          width: 150,
          width: 200,
          align: "left",
          sort:true,
          //sort:true,
        },
        {
          field: "wlstatus",
@@ -166,7 +158,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
         // sort:true,
          bind: { key: "InventoryMaterialStatus", data: [] },
        },{
          field: "mgeneratetime",
@@ -174,7 +166,7 @@
          type: "datetime",
          width: 160,
          align: "left",
          sort:true,
         // sort:true,
        },
        {
          field: "isFull",
@@ -182,7 +174,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
         // sort:true,
          bind: { key: "yesno", data: [] },
        },
        {
@@ -191,7 +183,7 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
         // sort:true,
          bind: { key: "stockStatusEmun", data: [] },
        },
        {
@@ -200,14 +192,15 @@
          type: "string",
          width: 150,
          align: "left",
          sort:true,
        //  sort:true,
          hidden:true,
        },{
          field: "remark",
          title: "备注",
          type: "string",
          width: 100,
          align: "left",
          sort:true,
          //sort:true,
        },
        {
          field: "creater",
@@ -215,7 +208,7 @@
          type: "string",
          width: 90,
          align: "left",
          sort:true,
          //sort:true,
        },
        {
          field: "createDate",
@@ -232,7 +225,7 @@
          type: "string",
          width: 100,
          align: "left",
          sort:true,
          //sort:true,
        },
        {
          field: "modifyDate",