Browse Source

feat:添加回执时间

snow 1 year ago
parent
commit
b0e7c566da

+ 6 - 1
src/views/purchase/purchPay/config/content.config.ts

@@ -73,7 +73,7 @@ const columns = [
     label: "买入方公司名称",
     prop: "companyName",
     minWidth: 180,
-     ...renderIconLabelLeft("companyNo", "companyName", "买入方公司编码:")
+    ...renderIconLabelLeft("companyNo", "companyName", "买入方公司编码:")
   },
 
   {
@@ -82,6 +82,11 @@ const columns = [
     width: 90,
     align: "left"
   },
+  {
+    label: "回执时间",
+    width: 140,
+    prop: "return_time"
+  },
   {
     label: "申请时间",
     width: 140,

+ 7 - 2
src/views/supply/purchPay/config/content.config.ts

@@ -71,7 +71,7 @@ const columns = [
     label: "卖出方公司",
     prop: "supplierName",
     minWidth: 180,
-    ...renderIconLabelLeft('supplierNo', 'supplierName','卖出方公司编码:')
+    ...renderIconLabelLeft("supplierNo", "supplierName", "卖出方公司编码:")
   },
   // {
   //   label: "买方公司编码",
@@ -82,7 +82,7 @@ const columns = [
     label: "买入方公司名称",
     prop: "companyName",
     minWidth: 180,
-    ...renderIconLabelLeft('companyNo', 'companyName','买入方公司编码:')
+    ...renderIconLabelLeft("companyNo", "companyName", "买入方公司编码:")
   },
   {
     label: "申请人",
@@ -90,6 +90,11 @@ const columns = [
     width: 90,
     align: "left"
   },
+  {
+    label: "回执时间",
+    width: 140,
+    prop: "return_time"
+  },
   {
     label: "申请时间",
     width: 140,