|
@@ -55,7 +55,7 @@ export const TableColumns = [
|
|
|
},
|
|
|
// { key: "freezeCause", title: "冻结原因" },
|
|
|
{ key: "qty", title: "总数量",width:100, },
|
|
|
- { key: "money", title: "价税合计",width:100, },
|
|
|
+ { key: "money", title: "价税合计",width:100,precision:2, },
|
|
|
// {
|
|
|
// key: "isMarketing",
|
|
|
// title: "已协同生成销售订单",
|
|
@@ -74,8 +74,8 @@ export const TableColumns = [
|
|
|
inputType: 'Checkbox',
|
|
|
width:80,
|
|
|
},
|
|
|
- { key: "rebateMoney", title: "订单使用返利金额" ,},
|
|
|
- { key: "deductionMoney", title: "订单抵扣余款金额" ,},
|
|
|
+ { key: "rebateMoney", title: "订单使用返利金额" ,precision:2,},
|
|
|
+ { key: "deductionMoney", title: "订单抵扣余款金额" ,precision:2,},
|
|
|
// { key: "warehouse", title: "WMS入库仓库" },
|
|
|
{ key: "warehouseName", title: "收货仓库" }, //WMS入库仓库名称
|
|
|
{ key: "goodsAllocationName", title: "货位" },
|
|
@@ -94,9 +94,9 @@ export const TableColumns = [
|
|
|
inputType: 'Checkbox',
|
|
|
width:80,
|
|
|
},
|
|
|
- { key: "applyPaymentMoney", title: "累计付款申请金额" },
|
|
|
- { key: "paymentMoney", title: "累计付款金额" },
|
|
|
- { key: "invoiceMoney", title: "发票金额" },
|
|
|
+ { key: "applyPaymentMoney", title: "累计付款申请金额", precision:2,},
|
|
|
+ { key: "paymentMoney", title: "累计付款金额" ,precision:2,},
|
|
|
+ { key: "invoiceMoney", title: "发票金额" ,precision:2,},
|
|
|
// { key: "supplierPersonal", title: "供应商业务员" },
|
|
|
{ key: "supplierPersonalName", title: "供应商业务员" },
|
|
|
{ key: "marketingCode", title: "销售订单号" },
|
|
@@ -163,14 +163,14 @@ export const TabColumns = [
|
|
|
{ key: "qty", title: "数量",width:120, },
|
|
|
// { key: "currency", title: "币种" },
|
|
|
{ key: "currencyName", title: "币种" },
|
|
|
- { key: "taxPrice", title: "含税单价" ,width:120,},
|
|
|
- { key: "money", title: "价税合计" ,width:120,},
|
|
|
- { key: "tax", title: "税率" ,width:120,},
|
|
|
- { key: "taxDeductMoneya", title: "折扣金额",width:120, },
|
|
|
- { key: "arrivalQty", title: "已到货数量" ,width:120,},
|
|
|
- { key: "unarrivedQty", title: "未到货数量" ,width:120,},
|
|
|
- { key: "price", title: "无税单价" ,width:120,},
|
|
|
- { key: "notaxMoney", title: "无税金额" ,width:120,},
|
|
|
+ { key: "taxPrice", title: "含税单价" ,width:120,precision:2,},
|
|
|
+ { key: "money", title: "价税合计" ,width:120, precision:2,},
|
|
|
+ { key: "tax", title: "税率" ,width:120, precision:2,},
|
|
|
+ { key: "taxDeductMoneya", title: "折扣金额", width:120, precision:2, },
|
|
|
+ { key: "arrivalQty", title: "已到货数量" , width:120,},
|
|
|
+ { key: "unarrivedQty", title: "未到货数量" , width:120,},
|
|
|
+ { key: "price", title: "无税单价" , idth:120, precision:2,},
|
|
|
+ { key: "notaxMoney", title: "无税金额" , width:120, precision:2,},
|
|
|
{ key: "priceSource", title: "价格目录ID" },
|
|
|
{
|
|
|
key: "isStorage",
|
|
@@ -241,7 +241,7 @@ export const TabColumns = [
|
|
|
width:80,
|
|
|
},
|
|
|
{ key: "originalQty", title: "原始数量" ,width:120,},
|
|
|
- { key: "originalMoney", title: "原始金额" ,width:120,},
|
|
|
+ { key: "originalMoney", title: "原始金额" ,width:120,precision:2,},
|
|
|
{ key: "reservedQty", title: "预留数量",width:120, },
|
|
|
{ key: "reservedPeriod", title: "预留周期", },
|
|
|
{ key: "taxDeductClassify", title: "扣税类别" },
|