浏览代码

增加折扣%、含税净价字段

002390 1 年之前
父节点
当前提交
886cd36ecc
共有 1 个文件被更改,包括 17 次插入0 次删除
  1. 17 0
      src/views/purchase/purchase-order/add/column.js

+ 17 - 0
src/views/purchase/purchase-order/add/column.js

@@ -709,6 +709,23 @@ export const TabColumns = [
         width: 180,
        },
       { 
+        key: "nitemdiscountrate", 
+        title: "折扣(%)", 
+        inputType: "Input",
+        // precision:2,
+        disabled:true,
+        width: 180,
+       },
+      { 
+        key: "ntaxnetprice", 
+        title: "含税净价", 
+        inputType: "Input",
+        controlsPosition: "right",
+        // precision:2,
+        disabled:true,
+        width: 180,
+       },
+      { 
         key: "arrivalQty",
         title: "已到货数量",
         inputType: "InputNumber",