liulijun
2026-02-25 2b66d4c2dc5b1c00805fa47ba65d9a8d2724ab35
´úÂë¹ÜÀí/WMS/WMSClient/src/views/stock/proStockInfo_Hty.vue
@@ -21,7 +21,7 @@
      const table = ref({
        key: "id",
        footer: "Foots",
        cnName: "成品库存信息",
        cnName: "成品库存信息历史",
        name: "proStockInfo_Hty",
        url: "/proStockInfo_Hty/",
        sortName: "id",
@@ -38,17 +38,17 @@
      });
      const editFormOptions = ref([
       [
        {field:'palletCode',title:'胶框号',type:'string'},
        {field:'containerCode',title:'料框编号',type:'string'},
        {field:'locationCode',title:'货位编号',type:'string'},
       ]
      ]);
      const searchFormFields = ref({
        palletCode: "",
        containerCode: "",
        locationCode: "",
      });
      const searchFormOptions = ref([
        [
          { title: "胶框号", field: "palletCode" },
          { title: "料框编号", field: "containerCode" },
          { title: "货位编号", field: "locationCode" },
        ],
      ]);
@@ -59,7 +59,6 @@
          title: "sourceId",
          type: "int",
          width: 90,
          hidden: true,
          readonly: true,
          require: true,
          align: "left",
@@ -78,23 +77,9 @@
          width: 90,
          align: "left",
        },
          {
          field: "palletCode",
          title: "胶框号",
          type: "string",
          width: 90,
          align: "left",
        },  {
          field: "shipmentOrder",
          title: "出货单号",
          type: "string",
          width: 90,
          align: "left",
        },
         {
          field: "palletType",
          title: "胶框类型",
        {
          field: "containerCode",
          title: "料框编号",
          type: "string",
          width: 90,
          align: "left",