1
huangxiaoqiang
2025-12-30 791e62c07826986d326aac48f5bdeef88d71f072
1
已修改10个文件
399 ■■■■ 文件已修改
项目代码/WIDESEA_WMSClient/src/views/basic/locationInfo.vue 43 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue 17 ●●●● 补丁 | 查看 | 原始文档 | 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 297 ●●●● 补丁 | 查看 | 原始文档 | 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,19 +1,11 @@
<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>
<script>
import extend from "@/extension/basic/locationInfo.js";
import { ref, defineComponent } from "vue";
export default defineComponent({
@@ -28,10 +20,11 @@
    });
    const editFormFields = ref({
      locationStatus: "",
      warehouseId: "",
    });
    const editFormOptions = ref([
      [
        { title: "货位状态", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],},
        { title: "货位状态", field: "locationStatus", type: "select", dataKey: "locationStatusEnum", data: [], },
      ],
    ]);
    const searchFormFields = ref({
@@ -47,15 +40,15 @@
    const searchFormOptions = ref([
      [
        { title: "货位编号", field: "locationCode", type: "like" },
        { title: "巷道编号", field: "roadwayNo",type:"like" },
        { title: "货位区域", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: [], },
        { title: "禁用状态", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
        { title: "巷道编号", field: "roadwayNo", type: "like" },
        { title: "货位区域", field: "locationType", type: "select", dataKey: "locationTypeEnum", data: [], },
        { title: "禁用状态", field: "enableStatus", type: "select", dataKey: "enableStatusEnum", data: [], },
      ],
      [
        { title: "货位状态", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
        { title: "行", field: "row" ,type: "int"},
        { title: "列", field: "column" ,type: "int"},
        { title: "层", field: "layer" ,type: "int"}
        { title: "货位状态", field: "locationStatus", type: "selectList", dataKey: "locationStatusEnum", data: [], },
        { title: "行", field: "row", type: "int" },
        { title: "列", field: "column", type: "int" },
        { title: "层", field: "layer", type: "int" }
      ],
    ]);
    const columns = 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: "货位编号",
@@ -136,7 +121,7 @@
        type: "string",
        width: 120,
        align: "left",
        bind:{key: "locationTypeEnum", data: []}
        bind: { key: "locationTypeEnum", data: [] }
      },
      {
        field: "locationStatus",
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue
@@ -1,19 +1,11 @@
<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>
<script>
import extend from "@/extension/basic/materielCodeInfo.js";
import { ref, defineComponent } from "vue";
export default defineComponent({
@@ -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,155 +1,148 @@
<template>
    <view-grid
      ref="grid"
      :columns="columns"
      :detail="detail"
      :editFormFields="editFormFields"
      :editFormOptions="editFormOptions"
      :searchFormFields="searchFormFields"
      :searchFormOptions="searchFormOptions"
      :table="table"
      :extend="extend"
    >
    </view-grid>
  </template>
    <script>
  import extend from "@/extension/stock/stockInfo.js";
  import { ref, defineComponent } from "vue";
  export default defineComponent({
    setup() {
      const table = ref({
        key: "id",
        footer: "Foots",
        cnName: "库存信息",
        name: "stockInfo",
        url: "/StockInfo/",
        sortName: "id",
      });
      const editFormFields = ref({
        deviceCode: "",
        deviceName: "",
        deviceType: "",
        deviceStatus: "",
        deviceIp: "",
        devicePort: "",
        devicePlcType: "",
        deviceRemark: "",
      });
      const editFormOptions = ref([
       [
        {field:'palletCode',title:'托盘编号',type:'string'},
        {field:'locationCode',title:'货位编号',type:'string'},
       ]
      ]);
      const searchFormFields = ref({
        palletCode: "",
        locationCode: "",
      });
      const searchFormOptions = ref([
        [
          { title: "托盘编号", field: "palletCode" ,type:'like'},
          { title: "货位编号", field: "locationCode" },
        ],
      ]);
      const columns = ref([
        {
          field: "id",
          title: "Id",
          type: "int",
          width: 90,
          hidden: true,
          readonly: true,
          require: true,
          align: "left",
        },
        {
          field: "palletCode",
          title: "托盘编号",
          type: "string",
          width: 90,
          align: "left",
        },
        {
          field: "palletType",
          title: "托盘类型",
          type: "string",
          width: 150,
          align: "left",
          bind: { key: "palletType", data: [] },
        },
        {
          field: "locationCode",
          title: "货位编号",
          type: "string",
          width: 150,
          align: "left",
        },
         {
          field: "warehouseId",
          title: "仓库",
          type: "select",
          width: 100,
          align: "left",
          bind: { key: "warehouses", data: [] },
          hidden:true
        },
        {
          field: "creater",
          title: "创建人",
          type: "string",
          width: 90,
          align: "left",
        },
        {
          field: "createDate",
          title: "创建时间",
          type: "datetime",
          width: 160,
          align: "left",
        },
        {
          field: "modifier",
          title: "修改人",
          type: "string",
          width: 100,
          align: "left",
          // hidden:true
        },
        {
          field: "modifyDate",
          title: "修改时间",
          type: "datetime",
          width: 160,
          align: "left",
          // hidden:true
        },
        {
          field: "remark",
          title: "备注",
          type: "string",
          width: 100,
          align: "left",
          hidden:true
        },
      ]);
      const detail = ref({
        cnName: "#detailCnName",
        table: "",
        columns: [],
        sortName: "",
      });
      return {
        table,
        extend,
        editFormFields,
        editFormOptions,
        searchFormFields,
        searchFormOptions,
        columns,
        detail,
      };
    },
  });
  </script>
  <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields"
    :editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions"
    :table="table" :extend="extend">
  </view-grid>
</template>
<script>
import extend from "@/extension/stock/stockInfo.js";
import { ref, defineComponent } from "vue";
export default defineComponent({
  setup() {
    const table = ref({
      key: "id",
      footer: "Foots",
      cnName: "库存信息",
      name: "stockInfo",
      url: "/StockInfo/",
      sortName: "id",
    });
    const editFormFields = ref({
      deviceCode: "",
      deviceName: "",
      deviceType: "",
      deviceStatus: "",
      deviceIp: "",
      devicePort: "",
      devicePlcType: "",
      deviceRemark: "",
    });
    const editFormOptions = ref([
      [
        { field: 'palletCode', title: '托盘编号', type: 'string' },
        { field: 'locationCode', title: '货位编号', type: 'string' },
      ]
    ]);
    const searchFormFields = ref({
      palletCode: "",
      locationCode: "",
    });
    const searchFormOptions = ref([
      [
        { title: "托盘编号", field: "palletCode", type: 'like' },
        { title: "货位编号", field: "locationCode", type: "like" },
        { title: "托盘类型", field: "palletType", type: "select", dataKey: "palletType", data: [] },
      ],
    ]);
    const columns = ref([
      {
        field: "id",
        title: "Id",
        type: "int",
        width: 90,
        hidden: true,
        readonly: true,
        require: true,
        align: "left",
      },
      {
        field: "palletCode",
        title: "托盘编号",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "palletType",
        title: "托盘类型",
        type: "string",
        width: 150,
        align: "left",
        bind: { key: "palletType", data: [] },
      },
      {
        field: "locationCode",
        title: "货位编号",
        type: "string",
        width: 150,
        align: "left",
      },
      {
        field: "warehouseId",
        title: "仓库",
        type: "select",
        width: 100,
        align: "left",
        bind: { key: "warehouses", data: [] },
        hidden: true
      },
      {
        field: "creater",
        title: "创建人",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "createDate",
        title: "创建时间",
        type: "datetime",
        width: 160,
        align: "left",
      },
      {
        field: "modifier",
        title: "修改人",
        type: "string",
        width: 100,
        align: "left",
        // hidden:true
      },
      {
        field: "modifyDate",
        title: "修改时间",
        type: "datetime",
        width: 160,
        align: "left",
        // hidden:true
      },
      {
        field: "remark",
        title: "备注",
        type: "string",
        width: 100,
        align: "left",
        hidden: true
      },
    ]);
    const detail = ref({
      cnName: "#detailCnName",
      table: "",
      columns: [],
      sortName: "",
    });
    return {
      table,
      extend,
      editFormFields,
      editFormOptions,
      searchFormFields,
      searchFormOptions,
      columns,
      detail,
    };
  },
});
</script>
    
ÏîÄ¿´úÂë/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",