wangxinhui
2025-11-12 f54b7815d8451f362554e3d2d09b4991ce13d4ff
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/stock/stockInfo.vue
@@ -58,11 +58,13 @@
        ],
        [
          {title: "物料编号", field:"materielCode",type:"like"},
          {title: "物料名称", field:"materielName",type:"like"},
          {title: "物料批次", field:"batchNo",type:"like"},
          {title: "物料幅宽", field:"materielWide",type:"int"},
          {title: "库存状态", field:"stockStatus",type:"select",dataKey:"stockStatusEmun",data:[]},
          { title: "创建时间", field: "createDate", type: "datetime" },
        ],
        [
          {title: "库存状态", field:"stockStatus",type:"select",dataKey:"stockStatusEmun",data:[]},
          { title: "创建时间", field: "createDate", type: "datetime" },
          {title: "整卷/残卷", field:"isFull",type:"select",dataKey:"",data:[{key: 0, value: "整卷"}, {key: 1, value: "残卷"}]},
          {title:"所属仓库",field:"warehouseId",type:"select",dataKey:"warehouses",data:[]},
        ],
@@ -90,21 +92,21 @@
          field: "palletCode",
          title: "条码编号",
          type: "string",
          width: 190,
          width: 160,
          align: "left",
        },
        {
          field: "rfidCode",
          title: "RFID编号",
          type: "string",
          width: 150,
          width: 130,
          align: "left",
        },
        {
          field: "locationCode",
          title: "货位编号",
          type: "string",
          width: 190,
          width: 220,
          align: "left",
        },
        {
@@ -119,7 +121,7 @@
          field: "materielInvOrgId",
          title: "库存组织",
          type: "string",
          width: 110,
          width: 100,
          align: "left",
          bind:{key: "materielInvOrgEnum", data: []}
        },
@@ -127,14 +129,21 @@
          field: "materielCode",
          title: "物料编号",
          type: "string",
          width: 120,
          width: 140,
          align: "left",
      },
      {
          field: "batchNo",
          title: "物料批次",
          type: "string",
          width: 140,
          align: "left",
      },
      {
          field: "materielName",
          title: "物料名称",
          type: "string",
          width: 120,
          width: 150,
          align: "left",
      },
        {