Commit ed4f6b28 authored by zhengke's avatar zhengke

修改

parent ffec652d
...@@ -52,7 +52,9 @@ ...@@ -52,7 +52,9 @@
td .border-b:last-child{ td .border-b:last-child{
border:none; border:none;
} }
.orderCompleteStatistics td{
color:#000;
}
</style> </style>
<template> <template>
<div class="page_EasyReport My_table_tell page-body" v-loading="AALloading"> <div class="page_EasyReport My_table_tell page-body" v-loading="AALloading">
...@@ -306,7 +308,6 @@ ...@@ -306,7 +308,6 @@
lazy-rules lazy-rules
step="0.000001" step="0.000001"
type="number" type="number"
:rules="[(val) => (val&&val>=0) || '请输入协调金额']"
/> />
<div style="display:flex; justify-content:flex-end"> <div style="display:flex; justify-content:flex-end">
<q-btn label="确认" type="Submit" color="primary" style="margin-right:10px"/> <q-btn label="确认" type="Submit" color="primary" style="margin-right:10px"/>
...@@ -611,8 +612,12 @@ ...@@ -611,8 +612,12 @@
this.formHasError = true; this.formHasError = true;
} else { } else {
this.AdjustPriceMsg.ContractId=this.AdjustPriceMsg.ContractId.toString(); this.AdjustPriceMsg.ContractId=this.AdjustPriceMsg.ContractId.toString();
this.AdjustPriceMsg.AdjustPrice=this.AdjustPriceMsg. AdjustPrice.toString(); this.AdjustPriceMsg.AdjustPrice=this.AdjustPriceMsg.AdjustPrice.toString();
if(this.AdjustPriceMsg.AdjustPrice==''){
this.AdjustPriceMsg.AdjustPrice=0;
}
setContractAdjustPrice(this.AdjustPriceMsg).then((res)=>{ setContractAdjustPrice(this.AdjustPriceMsg).then((res)=>{
this.$q.notify({ this.$q.notify({
type: "positive", type: "positive",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment