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