wangxinhui
4 天以前 a0a0df2e824b6fe7e5a3c0afce78127fecf84fc9
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/stock/stockInfo.vue
@@ -45,13 +45,26 @@
      const searchFormFields = ref({
        palletCode: "",
        locationCode: "",
        materielCode: "",
        materielWide: "",
        rfidCode: "",
      });
      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:"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:"",data:[{key: 0, value: "整卷"}, {key: 1, value: "残卷"}]},
          {title:"所属仓库",field:"warehouseId",type:"select",dataKey:"warehouses",data:[]},
        ],
      ]);
      const columns = ref([
@@ -75,9 +88,16 @@
        },
        {
          field: "palletCode",
          title: "托盘编号",
          title: "条码编号",
          type: "string",
          width: 190,
          align: "left",
        },
        {
          field: "rfidCode",
          title: "RFID编号",
          type: "string",
          width: 150,
          align: "left",
        },
        {
@@ -129,13 +149,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: "", 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",
@@ -148,12 +190,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: "单位",