dengjunjie
6 天以前 4f39dcc195f28fa275fc2d065fbf1bf6a46c21b7
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
@@ -1,7 +1,15 @@
<template>
  <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields"
    :editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions"
    :table="table" :extend="extend">
  <view-grid
    ref="grid"
    :columns="columns"
    :detail="detail"
    :editFormFields="editFormFields"
    :editFormOptions="editFormOptions"
    :searchFormFields="searchFormFields"
    :searchFormOptions="searchFormOptions"
    :table="table"
    :extend="extend"
  >
  </view-grid>
</template>
<script>
@@ -54,7 +62,6 @@
          type: "string",
        },
      ],
    ]);
    const searchFormFields = ref({
      materielCode: "",
@@ -81,10 +88,11 @@
      },
      {
        field: "stockId",
        title: "库存信息主键",
        title: "托盘号",
        type: "string",
        width: 90,
        align: "left",
        bind: { key: "palletCodes", data: [] },
      },
      {
        field: "materielCode",
@@ -114,35 +122,35 @@
        width: 90,
        align: "left",
      },
      {
        field: "serialNumber",
        title: "序列号",
        type: "int",
        width: 120,
        align: "left",
      },
      {
        field: "stockQuantity",
        title: "库存数量",
        type: "string",
        width: 200,
        align: "left",
      },
      {
        field: "outboundQuantity",
        title: "出库数量",
        type: "string",
        width: 180,
        align: "left",
      },
      {
        field: "status",
        title: "库存明细状态",
        type: "string",
        width: 120,
        align: "left",
        bind: { key: "outStockStatus", data: [] },
      },
      // {
      //   field: "serialNumber",
      //   title: "序列号",
      //   type: "int",
      //   width: 120,
      //   align: "left",
      // },
      // {
      //   field: "stockQuantity",
      //   title: "库存数量",
      //   type: "string",
      //   width: 120,
      //   align: "left",
      // },
      // {
      //   field: "outboundQuantity",
      //   title: "出库数量",
      //   type: "string",
      //   width: 180,
      //   align: "left",
      // },
      // {
      //   field: "status",
      //   title: "库存明细状态",
      //   type: "string",
      //   width: 120,
      //   align: "left",
      //   bind: { key: "stockStatusEmun", data: [] },
      // },
      {
        field: "creater",
        title: "创建人",