liulijun
2026-02-25 2b66d4c2dc5b1c00805fa47ba65d9a8d2724ab35
´úÂë¹ÜÀí/WMS/WMSClient/src/views/stock/proStockInfo.vue
@@ -23,33 +23,28 @@
        footer: "Foots",
        cnName: "成品库存信息",
        name: "proStockInfo",
        url: "/proStockInfo/",
      url: "/ProStockInfo/",
        sortName: "id",
      });
      const editFormFields = ref({
        deviceCode: "",
        deviceName: "",
        deviceType: "",
        deviceStatus: "",
        deviceIp: "",
        devicePort: "",
        devicePlcType: "",
        deviceRemark: "",
      });
      const editFormOptions = ref([
       [
        {field:'palletCode',title:'胶框号',type:'string'},
        {field:'locationCode',title:'货位编号',type:'string'},
       ]
      ],
      ]);
      const searchFormFields = ref({
        palletCode: "",
        locationCode: "",
      containerCode: "",
      containerType: "",
      warehouseId: "",
      });
      const searchFormOptions = ref([
        [
          { title: "胶框号", field: "palletCode" },
          { title: "货位编号", field: "locationCode" },
        { title: "料框编号", field: "containerCode", type: "like" },
        { title: "货位编号", field: "locationCode", type: "like" },
        { title: "料框类型", field: "containerType" ,type: "select",dataKey: "containerTypeEnum",data: [],},
        { title: "仓库", field: "warehouseId" ,type: "select",dataKey: "warehouseEnum",data: [],},
        ],
      ]);
      const columns = ref([
@@ -57,55 +52,79 @@
          field: "id",
          title: "Id",
          type: "int",
          width: 90,
        width: 100,
          hidden: true,
          readonly: true,
          require: true,
          align: "left",
        },
        {
          field: "palletCode",
          title: "胶框号",
        field: "containerCode",
        title: "料框编号",
          type: "string",
          width: 90,
          align: "left",
        },
        {
          field: "shipmentOrder",
          title: "出货单号",
          type: "string",
          width: 90,
          align: "left",
        },
         {
          field: "palletType",
          title: "胶框类型",
          type: "string",
          width: 90,
        width: 200,
          align: "left",
        },
        {
          field: "locationCode",
          title: "货位编号",
          type: "string",
          width: 150,
        width: 280,
          align: "left",
        },
        // {
        //   field: "isFull",
        //   title: "是否满盘",
        //   type: "string",
        //   width: 150,
        //   align: "left",
        //   bind: { key: "yesno", data: [] },
        // },
      {
        field: "containerType",
        title: "料框类型",
        type: "int",
        width: 100,
        align: "left",
      },
         {
          field: "warehouseId",
          title: "仓库",
          type: "select",
          width: 100,
        type: "int",
        width: 90,
          align: "left",
          bind: { key: "warehouses", data: [] },
        bind: { key: "warehouseEnum", data: [] },
      },
      {
        field: "stockStatus",
        title: "库存状态",
        type: "int",
        width: 120,
        align: "left",
        bind: { key: "stockStatusEnum", data: [] },
      },
      {
        field: "isEmpty",
        title: "是否空框",
        type: "bool",
        width: 90,
        align: "left",
        bind: { key: "", data: [{ key: "true", value: "是" }, { key: "false", value: "否" }] },
      },
      {
        field: "isFill",
        title: "是否满框",
        type: "bool",
        width: 90,
        align: "left",
        bind: { key: "", data: [{ key: "true", value: "是" }, { key: "false", value: "否" }] },
      },
      {
        field: "isPick",
        title: "是否分拣",
        type: "bool",
        width: 90,
        align: "left",
        bind: { key: "", data: [{ key: "true", value: "是" }, { key: "false", value: "否" }] },
      },
      {
        field: "remark",
        title: "备注",
        type: "string",
        width: 120,
        align: "left",
        },
        {
          field: "creater",
@@ -127,7 +146,6 @@
          type: "string",
          width: 100,
          align: "left",
          hidden:true
        },
        {
          field: "modifyDate",
@@ -135,15 +153,6 @@
          type: "datetime",
          width: 160,
          align: "left",
          hidden:true
        },
        {
          field: "remark",
          title: "备注",
          type: "string",
          width: 100,
          align: "left",
          hidden:true
        },
      ]);
      const detail = ref({