1
dengjunjie
2025-05-08 092971a8ba7848f024427694c642959d0fbc8599
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
@@ -36,54 +36,7 @@
      devicePlcType: "",
      deviceRemark: "",
    });
    const editFormOptions = ref([
      [
        {
          title: "设备编号",
          required: true,
          field: "deviceCode",
          type: "string",
        },
        {
          title: "设备名称",
          required: true,
          field: "deviceName",
          type: "string",
        },
        {
          title: "设备类型",
          required: true,
          field: "deviceType",
          type: "string",
        },
        {
          title: "设备状态",
          required: true,
          field: "deviceStatus",
          type: "string",
        },
      ],
      [
        { title: "设备IP", required: true, field: "deviceIp", type: "string" },
        {
          title: "设备端口",
          required: true,
          field: "devicePort",
          type: "string",
        },
        {
          title: "PLC类型",
          required: true,
          field: "devicePlcType",
          type: "string",
        },
        {
          title: "备注",
          field: "deviceRemark",
          type: "string",
        },
      ],
    ]);
    const editFormOptions = ref([]);
    const searchFormFields = ref({
      orderNo: "",
      batchNo: "",
@@ -109,19 +62,24 @@
      [
        // { title: "批次号", field: "batchNo" },
        {
          title: "批次号",
          field: "batchNo",
          title: "批号",
          field: "orderNo",
          type: "select",
          dataKey: "StockbatchNos",
          data: [],
        },
        {
          title: "库存明细状态",
          field: "status",
          type: "select",
          dataKey: "stockStatusEmun",
          data: [],
          title: "柜号",
          field: "batchNo",
          type: "like",
        },
        // {
        //   title: "库存明细状态",
        //   field: "status",
        //   type: "select",
        //   dataKey: "stockStatusEmun",
        //   data: [],
        // },
      ],
    ]);
    const columns = ref([
@@ -159,14 +117,14 @@
      },
      {
        field: "orderNo",
        title: "单据编号",
        title: "批号",
        type: "decimal",
        width: 90,
        align: "left",
      },
      {
        field: "batchNo",
        title: "批次号",
        title: "柜号",
        type: "string",
        width: 90,
        align: "left",