소스 검색

调拨单列表页面字段调整;

001295 1 년 전
부모
커밋
b830fde555
1개의 변경된 파일6개의 추가작업 그리고 29개의 파일을 삭제
  1. 6 29
      src/views/purchase/transferOrder/columns.js

+ 6 - 29
src/views/purchase/transferOrder/columns.js

@@ -10,59 +10,36 @@ export default function useColumns() {
       attr: { is: "el-dict-tag", dictName: "sys_status", },
     },
     {
-      item: { key: "deliveryInventoryOrgName", title: "调出库存组织", },
-      attr: {},
-    },
-    {
       item: { key: "billType", title: "订单类型", },
       attr: { is: "el-dict-tag", dictName: "sys_allot_billtype", },
     },
     {
-      item: { key: "createByName", title: "制单人", width: 100 },
-      attr: {},
-    },
-    {
-      item: { key: "approveUser", title: "当前审批人", width: 100 },
+      item: { key: "deliveryInventoryOrgName", title: "调出库存组织", },
       attr: {},
     },
     {
-      item: { key: "billDate", title: "单据日期", width: 100 },
+      item: { key: "deliveryWarehouseName", title: "调出仓库", },
       attr: {},
     },
     {
-      item: { key: "allotType", title: "调拨方式", width: 100 },
-      attr: { is: "el-dict-tag", dictName: "sys_to_type", },
-    },
-    {
       item: { key: "storageInventoryOrgName", title: "调拨入库组织", },
       attr: {},
     },
     {
-      item: { key: "businessPersonalName", title: "调出业务员", width: 100 },
+      item: { key: "storageWarehouseName", title: "调入仓库", },
       attr: {},
     },
     {
-      item: { key: "deliveryDeptName", title: "调出部门", width: 100 },
+      item: { key: "approveUser", title: "当前审批人", width: 100 },
       attr: {},
     },
     {
-      item: { key: "qty", title: "总数量", width: 100 },
-      attr: { isSummary: true, },
-    },
-    {
       item: { key: "customerName", title: "客户", },
       attr: {},
     },
+
     {
-      item: { key: "deliveryWarehouseName", title: "调出仓库", },
-      attr: {},
-    },
-    {
-      item: { key: "storageWarehouseName", title: "调入仓库", },
-      attr: {},
-    },
-    {
-      item: { key: "remark", title: "备注", },
+      item: { key: "createByName", title: "制单人", width: 100 },
       attr: {},
     },
     {