002201 2 ani în urmă
părinte
comite
1fbc8c5e02
1 a modificat fișierele cu 21 adăugiri și 3 ștergeri
  1. 21 3
      src/views/purchase/apply/add/column.js

+ 21 - 3
src/views/purchase/apply/add/column.js

@@ -193,6 +193,7 @@ export const TabColumns = [
         require: true,
       },
       { title: "物料编码", key: "materialCode" },
+      { title: "物料ID", key: "material" },
       {
         title: "生产厂家",
         key: "manufacturerName",
@@ -222,7 +223,11 @@ export const TabColumns = [
         },
       },
       {
-        title: "单位",
+        title: "单位编码",
+        key: "unitCode",
+      },
+      {
+        title: "单位ID",
         key: "unit",
       },
       {
@@ -238,7 +243,11 @@ export const TabColumns = [
         },
       },
       {
-        title: "采购单位",
+        title: "采购单位编码",
+        key: "puUnitCode",
+      },
+      {
+        title: "采购单位ID",
         key: "puUnit",
       },
       {
@@ -291,7 +300,11 @@ export const TabColumns = [
         },
       },
       {
-        title: "币种",
+        title: "币种编码",
+        key: "currencyCode",
+      },
+      {
+        title: "币种ID",
         key: "currency",
       },
       {
@@ -332,6 +345,10 @@ export const TabColumns = [
         key: "customerCode",
       },
       {
+        title: "客户ID",
+        key: "customer",
+      },
+      {
         title: "最近价格",
         key: "recentlyPrice",
       },
@@ -389,6 +406,7 @@ export const TabColumns = [
         },
       },
       { title: "组织编码", key: "orgCode" },
+      { title: "组织ID", key: "org" },
       {
         title: "创建人名称",
         key: "createByName",