zhanghonglin
9 天以前 10775e2b00cee12fb4b405e18a507c629990051a
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Client/src/views/wmsPart/stockInfo.vue
@@ -25,25 +25,26 @@
      url: "/StockInfo/",
      sortName: "id"
    });
    const editFormFields = ref({
      deviceCode: "",
      deviceName: "",
      deviceType: "",
      deviceStatus: "",
      deviceIp: "",
      devicePort: "",
      devicePlcType: "",
      deviceRemark: ""
    });
    const editFormFields = ref({});
    const editFormOptions = ref([
      [
        { field: "palletCode", title: "托盘编号", type: "string" },
        { field: "locationCode", title: "货位编号", type: "string" }
        {
          title: "物料信息",
          field: "remark",
          type: "select",
          dataKey: "mateType",
        },
        {
          title: "库存状态",
          field: "stockStatus",
          type: "select",
          dataKey: "stock",
        }
      ]
    ]);
    const searchFormFields = ref({
      palletCode: "",
      locationCode: ""
      remark: "",
      stockStatus: ""
    });
    const searchFormOptions = ref([
      [
@@ -63,46 +64,46 @@
        align: "left"
      },
      {
        field: "palletCode",
        title: "托盘编号",
        field: "batchNo",
        title: "批次号",
        type: "string",
        width: 90,
        align: "left"
      },
      {
        field: "remark",
        title: "物料信息",
        type: "string",
        width: 120,
        align: "left",
        bind: { key: "mateType", data: [] },
      },
      {
        field: "weight",
        title: "重量",
        type: "string",
        width: 150,
        align: "left"
      },
      {
        field: "locationCode",
        title: "货位编号",
        type: "string",
        width: 150,
        width: 100,
        align: "left"
      },
      // {
      //   field: "isFull",
      //   title: "是否满盘",
      //   type: "string",
      //   width: 150,
      //   align: "left",
      //   bind: { key: "yesno", data: [] },
      // },
      {
        field: "warehouseId",
        title: "仓库",
        type: "select",
        width: 100,
        field: "stockStatus",
        title: "库存状态",
        type: "string",
        width: 90,
        align: "left",
        bind: { key: "warehouses", data: [] }
        bind: { key: "stock", data: [] },
      },
      {
        field: "creater",
        title: "创建人",
        title: "创建者",
        type: "string",
        width: 90,
        align: "left"
      },
      {
        field: "createDate",
        title: "创建时间",
        type: "datetime",
        width: 160,
        align: "left"
      },
@@ -112,24 +113,21 @@
        type: "string",
        width: 100,
        align: "left",
        hidden: true
      },
      {
        field: "modifyDate",
        title: "修改时间",
        title: "修改日期",
        type: "datetime",
        width: 160,
        align: "left",
        hidden: true
      },
      {
        field: "remark",
        title: "备注",
        type: "string",
        field: "createDate",
        title: "创建时间",
        type: "datetime",
        width: 100,
        align: "left",
        hidden: true
      }
      },
    ]);
    const detail = ref({
      cnName: "#detailCnName",