|
@@ -301,7 +301,13 @@ export const Columns = [
|
|
valueFormat: "yyyy-MM-dd",
|
|
valueFormat: "yyyy-MM-dd",
|
|
isShow:true,
|
|
isShow:true,
|
|
},
|
|
},
|
|
- { key: "applyPaymentMoney", title: "累计付款申请金额", inputType: "Input", isShow:true,},
|
|
|
|
|
|
+ {
|
|
|
|
+ key: "applyPaymentMoney",
|
|
|
|
+ title: "累计付款申请金额",
|
|
|
|
+ inputType: "Input",
|
|
|
|
+ isShow:true,
|
|
|
|
+ disabled:true,
|
|
|
|
+ },
|
|
{ key: "paymentMoney", title: "累计付款金额", inputType: "Input", isShow:true,},
|
|
{ key: "paymentMoney", title: "累计付款金额", inputType: "Input", isShow:true,},
|
|
{ key: "invoiceMoney", title: "发票金额", inputType: "Input",isShow:true, },
|
|
{ key: "invoiceMoney", title: "发票金额", inputType: "Input",isShow:true, },
|
|
{
|
|
{
|