Commit 6d02a123 authored by 华国豪's avatar 华国豪 🙄

领队用款

parent 818c8d09
...@@ -384,7 +384,7 @@ ...@@ -384,7 +384,7 @@
<td>{{item.TCNUMS}}</td> <td>{{item.TCNUMS}}</td>
<td> <td>
<span v-if="item.LeaderGetPrice>0">{{moneyFormat(item.LeaderGetPrice)}}</span> <span v-if="item.LeaderGetPrice>0">{{moneyFormat(item.LeaderGetPrice)}}</span>
<el-input v-else class="w300" type="number" v-model="item.LeaderGetPrice"></el-input> <el-input v-else class="w300" type="number" v-model="item.LeaderGetPriceT"></el-input>
</td> </td>
<td width="80" class="_zhidan"> <td width="80" class="_zhidan">
<input type="button" v-if="isUpdate=='true'" value="制单" class="normalBtn" @click="goZhiDan(item)" /> <input type="button" v-if="isUpdate=='true'" value="制单" class="normalBtn" @click="goZhiDan(item)" />
...@@ -801,7 +801,7 @@ ...@@ -801,7 +801,7 @@
if(res.data.resultCode==1){ if(res.data.resultCode==1){
let nav = res.data.data let nav = res.data.data
nav.forEach(x=>{ nav.forEach(x=>{
nav.LeaderGetPrice = 0; nav.LeaderGetPriceT = 0;
}) })
this.nav = nav this.nav = nav
}else{ }else{
......
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