Commit ed4f6b28 authored by zhengke's avatar zhengke

修改

parent ffec652d
......@@ -52,7 +52,9 @@
td .border-b:last-child{
border:none;
}
.orderCompleteStatistics td{
color:#000;
}
</style>
<template>
<div class="page_EasyReport My_table_tell page-body" v-loading="AALloading">
......@@ -306,7 +308,6 @@
lazy-rules
step="0.000001"
type="number"
:rules="[(val) => (val&&val>=0) || '请输入协调金额']"
/>
<div style="display:flex; justify-content:flex-end">
<q-btn label="确认" type="Submit" color="primary" style="margin-right:10px"/>
......@@ -611,8 +612,12 @@
this.formHasError = true;
} else {
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)=>{
this.$q.notify({
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