dengjunjie
2024-11-14 c827fe7b0c5b3b444d76ba0d96a2649c764630dd
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
@@ -85,15 +85,17 @@
        ],
      ]);
      const searchFormFields = ref({
        deviceCode: "",
        deviceType: "",
        deviceStatus: "",
        orderNo: "",
        batchNo: "",
        status: "",
      });
      const searchFormOptions = ref([
        [
          { title: "设备编号", field: "deviceCode" },
          { title: "设备类型", field: "deviceType" },
          { title: "设备状态", field: "deviceStatus" },
          { title: "单据编号", field: "orderNo" },
          { title: "批次号", field: "batchNo" },
          { title: "库存明细状态", field: "status" ,type: "select",
          dataKey: "stockStatusEmun",
          data: [],},
        ],
      ]);
      const columns = ref([
@@ -109,10 +111,11 @@
        },
        {
          field: "stockId",
          title: "库存信息主键",
          title: "托盘号",
          type: "string",
          width: 90,
          align: "left",
          bind: { key: "palletCodes", data: [] },
        },
        {
          field: "materielCode",
@@ -169,6 +172,7 @@
          type: "string",
          width: 120,
          align: "left",
          bind: { key: "stockStatusEmun", data: [] },
        },
        {
          field: "creater",