xiaodai2022 2 년 전
부모
커밋
ecf5d1794f
1개의 변경된 파일25개의 추가작업 그리고 0개의 파일을 삭제
  1. 25 0
      src/views/purchaseIn/recovery/columns.js

+ 25 - 0
src/views/purchaseIn/recovery/columns.js

@@ -215,5 +215,30 @@ const costColumns = [
     label: "采返备注",
     span: 24,
   },
+  {
+    prop: "supplierName",
+    label: "供应商名称",
+    _slot_: "supplierName",
+    span: 12,
+  },
+ 
+  {
+    prop: "demo_fee",
+    label: "打样费(元)",
+    span: 5,
+  },
+  {
+    prop: "open_fee",
+    label: "开模费(元/件)",
+    span: 5,
+  },
+
+  {
+    prop: "sample_fee",
+    label: "调样费(元)",
+    span: 5,
+  },
+ 
 ]
+
 export { columns, statusOptions, order_type_options, options1, options2, options3, options4, options5, options6, options7, options8, options9, costColumns }