소스 검색

采购订单列表-子表新增字段

002390 1 년 전
부모
커밋
b78d157c07
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      src/views/purchase/purchase-order/column.js

+ 16 - 0
src/views/purchase/purchase-order/column.js

@@ -642,6 +642,22 @@ export const TabColumns = [
         },
       },
       { 
+        item:{
+          key: "nitemdiscountrate", 
+          title: "折扣(%)", 
+          width:80, 
+        },
+        attr:{},
+       },
+      { 
+        item:{
+          key: "ntaxnetprice", 
+          title: "含税净价", 
+          width:80, 
+        },
+        attr:{},
+       },
+      { 
         item:{key: "arrivalQty", title: "已到货数量" , width:80,},
         attr:{
           // is: "el-computed-input-v2",