wangxinhui
2025-10-26 733c975cd8647f6d006736f1863bad731e32e6fb
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/stock/stockInfo.vue
@@ -45,11 +45,25 @@
      const searchFormFields = ref({
        palletCode: "",
        locationCode: "",
        materielCode: "",
        materielWide: "",
        rfidCode: "",
      });
      const searchFormOptions = ref([
        [
          { title: "托盘编号", field: "palletCode" },
          { title: "货位编号", field: "locationCode" },
          { 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:"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([
@@ -73,9 +87,16 @@
        },
        {
          field: "palletCode",
          title: "托盘编号",
          title: "条码编号",
          type: "string",
          width: 190,
          align: "left",
        },
        {
          field: "rfidCode",
          title: "RFID编号",
          type: "string",
          width: 150,
          align: "left",
        },
        {
@@ -127,13 +148,35 @@
        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",
          title: "库存总长",
          type: "string",
          width: 110,
          align: "left",
      },
      {
          field: "materielWeight",
          title: "物料重量",
          type: "string",
          width: 110,
          align: "left",
      },
      {
          field: "checkWeight",
          title: "检测重量",
          type: "string",
          width: 110,
          align: "left",
@@ -146,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: "单位",