wangxinhui
2025-10-26 733c975cd8647f6d006736f1863bad731e32e6fb
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/stock/stockInfo.vue
@@ -51,16 +51,19 @@
      });
      const searchFormOptions = ref([
        [
          { title: "托盘编号", field: "palletCode",type:"like" },
          { title: "条码编号", field: "palletCode",type:"like" },
          {title: "RFID编号", field:"rfidCode",type:"like"},
          { title: "货位编号", field: "locationCode",type:"like" },
          {title: "库存组织", field:"materielInvOrgId",type:"select",dataKey:"materielInvOrgEnum",data:[]},
          {title: "物料编号", field:"rfidCode",type:"like"},
        ],
        [
          {title: "物料编号", field:"materielCode",type:"like"},
          {title: "物料幅宽", field:"materielWide",type:"int"},
          {title: "库存状态", field:"stockStatus",type:"select",dataKey:"stockStatusEmun",data:[]},
          { title: "创建时间", field: "createDate", type: "datetime" },
        ],
        [
          {title: "整卷/残卷", field:"isFull",type:"select",dataKey:"isFullEnum",data:[{key:0,value:"整卷"},{key:1,value:"残卷"}]},
        ],
      ]);
      const columns = ref([
@@ -84,7 +87,7 @@
        },
        {
          field: "palletCode",
          title: "托盘编号",
          title: "条码编号",
          type: "string",
          width: 190,
          align: "left",
@@ -93,7 +96,7 @@
          field: "rfidCode",
          title: "RFID编号",
          type: "string",
          width: 170,
          width: 150,
          align: "left",
        },
        {
@@ -145,9 +148,17 @@
        field: "stockStatus",
        title: "库存状态",
        type: "string",
        width: 180,
        width: 170,
        align: "left",
        bind: { key: "stockStatusEmun", data: [] },
      },
      {
        field: "isFull",
        title: "整卷/残卷",
        type: "string",
        width: 100,
        align: "left",
        bind: { key: "IsFullEnum", data: [{key: 0, value: "整卷"}, {key: 1, value: "残卷"}] },
      },
      {
          field: "stockLength",
@@ -164,6 +175,13 @@
          align: "left",
      },
      {
          field: "checkWeight",
          title: "检测重量",
          type: "string",
          width: 110,
          align: "left",
      },
      {
          field: "materielThickness",
          title: "物料直径",
          type: "string",
@@ -171,12 +189,26 @@
          align: "left",
      },
      {
          field: "checkThickness",
          title: "检测直径",
          type: "string",
          width: 110,
          align: "left",
      },
      {
          field: "materielWide",
          title: "物料幅宽",
          type: "string",
          width: 110,
          align: "left",
      },
      {
          field: "checkWide",
          title: "检测幅宽",
          type: "string",
          width: 110,
          align: "left",
      },
        {
          field: "unit",
          title: "单位",