pan
6 天以前 a7b15461d3dc6d07c18e065fa3a6acd234c2d7c8
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/stock/stockView.vue
@@ -44,7 +44,14 @@
      [
        { title: "物料编号", field: "materielCode",type: "like"},
        { title: "批次号", field: "batchNo",type: "like"},
        { title: "所属仓库", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],},
        { title: "所属仓库", field: "locationType",type: "select",dataKey: "locationType",data: [],},
        { title: "所含条码", field: "barcode",type: "like"},
      ],
      [
        { title: "供应商编号", field: "supplyCode",type: "like"},
        { title: "所含单据编号", field: "orderNo",type: "like"},
        { title: "库存创建时间", field: "createDate",type: "datetime"},
      ],
    ]);
    const columns = ref([
@@ -59,6 +66,14 @@
        align: "left",
      },
      {
        field: "locationType",
        title: "所属仓库",
        type: "string",
        width: 150,
        align: "left",
        bind: { key: "locationType", data: [] },
      },
      {
        field: "palletCode",
        title: "托盘编号",
        type: "string",
@@ -70,14 +85,14 @@
        field: "locationCode",
        title: "货位编号",
        type: "string",
        width: 200,
        width: 150,
        align: "left",
      },
      {
        field: "locationName",
        title: "货位名称",
        type: "string",
        width: 150,
        width: 120,
        align: "left",
      },
      
@@ -93,7 +108,7 @@
        field: "orderStatistics",
        title: "所含物料明细",
        type: "string",
        width: 240,
        width: 630,
        align: "left",
      },
      {