1
huangxiaoqiang
2025-12-30 791e62c07826986d326aac48f5bdeef88d71f072
1
已修改10个文件
97 ■■■■■ 文件已修改
项目代码/WIDESEA_WMSClient/src/views/basic/locationInfo.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/inbound/allocateinboundOrder.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/stock/stockInfo.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/taskinfo/task.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -1,16 +1,8 @@
<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>
@@ -28,6 +20,7 @@
    });
    const editFormFields = ref({
      locationStatus: "",
      warehouseId: "",
    });
    const editFormOptions = ref([
      [
@@ -69,14 +62,6 @@
        require: true,
        align: "left",
      },
      // {
      //   field: "areaId",
      //   title: "区域主键",
      //   type: "string",
      //   width: 90,
      //   align: "left",
      //   bind: {key: "areainfo",data: []}
      // },
      {
        field: "locationCode",
        title: "货位编号",
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue
@@ -1,16 +1,8 @@
<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>
@@ -136,6 +128,7 @@
        width: 90,
        align: "left",
        bind: { key: "areainfo", data: [] },
        hidden: true,
      },
      {
        field: "purchaseOrderNo",
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/inbound/allocateinboundOrder.vue
@@ -143,6 +143,7 @@
        width: 150,
        align: "left",
        bind: { key: "businessType", data: [] },
        hidden: true,
      },
      {
        field: "orderStatus",
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue
@@ -152,6 +152,7 @@
        width: 150,
        align: "left",
        bind: { key: "businessType", data: [] },
        hidden: true,
      },
      {
        field: "orderStatus",
@@ -199,13 +200,6 @@
        hidden: true
      },
      {
        field: "departmentName",
        title: "部门名称",
        type: "string",
        width: 160,
        align: "left",
      },
      {
        field: "creater",
        title: "创建人",
        type: "string",
@@ -239,6 +233,7 @@
        type: "string",
        width: 100,
        align: "left",
        hidden: true,
      },
    ]);
    const detail = ref({
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
@@ -214,13 +214,6 @@
        hidden: true
      },
      {
        field: "departmentName",
        title: "部门名称",
        type: "string",
        width: 160,
        align: "left",
      },
      {
        field: "operator",
        title: "操作人",
        type: "string",
@@ -233,6 +226,7 @@
        type: "string",
        width: 90,
        align: "left",
        hidden: true,
      },
      {
        field: "createDate",
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -1,16 +1,8 @@
<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>
@@ -49,7 +41,8 @@
      const searchFormOptions = ref([
        [
          { title: "托盘编号", field: "palletCode" ,type:'like'},
          { title: "货位编号", field: "locationCode" },
        { title: "货位编号", field: "locationCode", type: "like" },
        { title: "托盘类型", field: "palletType", type: "select", dataKey: "palletType", data: [] },
        ],
      ]);
      const columns = ref([
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
@@ -75,6 +75,7 @@
      ],
      [
        { title: "库存状态", field: "status", type: 'select', dataKey: "stockStatusEmun", data: [] },
        { title: "仓库", field: "warehouseCode", type: 'select', dataKey: "wareHouse", data: [] },
      ],
    ]);
    const columns = ref([
@@ -99,7 +100,7 @@
        field: "palletCode",
        title: "托盘编号",
        type: "string",
        width: 150,
        width: 120,
        align: "left",
      },
      {
@@ -157,8 +158,9 @@
        field: "warehouseCode",
        title: "仓库号",
        type: "string",
        width: 120,
        width: 160,
        align: "left",
        bind: { key: "wareHouse", data: [] },
      },
      {
        field: "barcode",
@@ -171,15 +173,16 @@
        field: "stockQuantity",
        title: "库存数量",
        type: "string",
        width: 200,
        width: 110,
        align: "left",
      },
      {
        field: "outboundQuantity",
        title: "出库数量",
        type: "string",
        width: 120,
        width: 110,
        align: "left",
        hidden: true,
      },
      {
        field: "status",
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue
@@ -69,8 +69,10 @@
        { title: "物料名称", field: "materielName", type: 'like' },
        { title: "批次号", field: "batchNo", type: 'like' },
        { title: "供应商编号", field: "supplyCode", type: 'like' },
        { title: "仓库号", field: "warehouseCode", type: 'like' },
      ],
      [
        { title: "仓库", field: "warehouseCode", type: 'select', dataKey: "wareHouse", data: [] },
      ]
    ]);
    const columns = ref([
      {
@@ -87,7 +89,7 @@
        field: "materielCode",
        title: "物料编号",
        type: "string",
        width: 150,
        width: 120,
        align: "left",
      },
      {
@@ -102,7 +104,7 @@
        field: "batchNo",
        title: "批次号",
        type: "string",
        width: 90,
        width: 120,
        align: "left",
      },
      {
@@ -118,6 +120,7 @@
        type: "string",
        width: 120,
        align: "left",
        bind: { key: "wareHouse", data: [] },
      },
      {
        field: "stockQuantity",
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/taskinfo/task.vue
@@ -139,6 +139,7 @@
        type: "int",
        width: 80,
        align: "left",
        hidden: true,
      },
      {
        field: "depth",
@@ -146,6 +147,7 @@
        type: "int",
        width: 80,
        align: "left",
        hidden: true,
      },
      {
        field: "dispatchertime",
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue
@@ -141,6 +141,7 @@
        type: "int",
        width: 80,
        align: "left",
        hidden: true,
      },
      {
        field: "depth",
@@ -148,6 +149,7 @@
        type: "int",
        width: 80,
        align: "left",
        hidden: true,
      },
      {
        field: "dispatchertime",