瀏覽代碼

调拨单页面字段顺序调整;

001295 1 年之前
父節點
當前提交
0ce467df60
共有 1 個文件被更改,包括 8 次插入76 次删除
  1. 8 76
      src/views/purchase/transferOrder/columns.js

+ 8 - 76
src/views/purchase/transferOrder/columns.js

@@ -83,11 +83,11 @@ export default function useColumns() {
           attr: {},
         },
         {
-          item: { key: "deliveryCode", title: "调拨出库单号", },
+          item: { key: "qty", title: "数量", width: 100 },
           attr: {},
         },
         {
-          item: { key: "storageCode", title: "调拨入库单号", },
+          item: { key: "unitName", title: "单位", width: 60 },
           attr: {},
         },
         {
@@ -95,43 +95,19 @@ export default function useColumns() {
           attr: {},
         },
         {
-          item: { key: "manufacturer", title: "生产厂家/代理人", },
-          attr: {},
-        },
-        {
-          item: { key: "originPlace", title: "产地", },
-          attr: {},
-        },
-        {
           item: { key: "model", title: "型号", width: 100 },
           attr: {},
         },
         {
-          item: { key: "unitName", title: "单位", width: 60 },
-          attr: {},
-        },
-        {
-          item: { key: "qty", title: "数量", width: 100 },
-          attr: {},
-        },
-        {
-          item: { key: "mainUnit", title: "主单位", },
-          attr: {},
-        },
-        {
-          item: { key: "equation", title: "换算率", width: 100 },
-          attr: {},
-        },
-        {
-          item: { key: "mainQty", title: "主数量", width: 100 },
+          item: { key: "manufacturer", title: "生产厂家/代理人", },
           attr: {},
         },
         {
-          item: { key: "rate", title: "税率", width: 100 },
+          item: { key: "originPlace", title: "产地", },
           attr: {},
         },
         {
-          item: { key: "patchNo", title: "批次号", },
+          item: { key: "storageDeptName", title: "调入部门", },
           attr: {},
         },
         {
@@ -143,55 +119,11 @@ export default function useColumns() {
           attr: {},
         },
         {
-          item: { key: "periodEndDate", title: "有效期至/失效日期", },
-          attr: {},
-        },
-        {
-          item: { key: "ratifyCode", title: "批准文号", },
+          item: { key: "deliveryAllocationName", title: "调出货位", },
           attr: {},
         },
         {
-          item: { key: "registration", title: "注册证号", },
-          attr: {},
-        },
-        {
-          item: { key: "productCode", title: "商品名", width: 100 },
-          attr: {},
-        },
-        {
-          item: { key: "commonCode", title: "通用名", },
-          attr: {},
-        },
-        {
-          item: { key: "drug", title: "剂型", width: 120 },
-          attr: {},
-        },
-        {
-          item: { key: "ruleDetail", title: "调入调出结算规则明细", },
-          attr: {},
-        },
-        {
-          item: { key: "marketingApprovalPersonal", title: "上市许可持有人", },
-          attr: {},
-        },
-        {
-          item: { key: "production", title: "生产许可证号/经营许可证号/备案凭证号", },
-          attr: {},
-        },
-        {
-          item: { key: "pi", title: "pi码", width: 100 },
-          attr: {},
-        },
-        {
-          item: { key: "classify", title: "类别", width: 100 },
-          attr: {},
-        },
-        {
-          item: { key: "customerLogistic", title: "客户物料码", },
-          attr: {},
-        },
-        {
-          item: { key: "customerLogisticName", title: "客户物料名称", },
+          item: { key: "storageAllocationName", title: "调入货位", },
           attr: {},
         },
       ].map(({ item, attr }) => ({
@@ -544,4 +476,4 @@ export default function useColumns() {
   ];
 
   return { TableColumns, TabColumns, SearchColumns }
-}
+}