Commit 01bd3f19 authored by 华国豪's avatar 华国豪 🙄

'强东你在更新最后最后一下@@@!!'

parent 363c79bf
......@@ -200,9 +200,9 @@
:key='item.ID'>
</el-option>
</el-select>
<el-select filterable v-if="msg.ClientType==7" v-model='msg.IsLeader' placeholder="客户名称" class="w80 _border_b_1">
<el-option label='正式领队' :value='1' :key='1'> </el-option>
<el-option label='临时领队' :value='0' :key='0'> </el-option>
<el-select filterable v-if="msg.ClientType==7" v-model='msg.IsLeader' placeholder="客户名称" class="w135 _border_b_1">
<el-option label='正式领队/导游' :value='1' :key='1'> </el-option>
<el-option label='临时领队/导游' :value='0' :key='0'> </el-option>
</el-select>
<template v-if="msg.ClientType==7&&msg.IsPublic!=2&&msg.IsPublic!=3">
<el-select v-if="msg.IsLeader==1" filterable v-model='msg.ClientID' placeholder="客户名称" @change="GetClientAccountList(msg.ClientID)" class="w135 _border_b_1">
......@@ -842,7 +842,7 @@ export default {
}
if(this.msg.ClientType==='')return this.$message.error('请选择付款对象!');
// IsPublic 2 现金 IsLeader 0 临时领队
if(this.msg.IsPublic<2){
if(this.msg.IsPublic<2 && this.IsLeader===1){
if(this.msg.ClientID==='') return this.$message.error('请选择客户名称!');
if(this.msg.AccountNumber==='') return this.$message.error('请选择付款账户!');
}else {
......
......@@ -1478,8 +1478,11 @@
</tr>
<tr v-if='orderList.length>0' v-for="(item2,index2) in orderList" :key="index2">
<td>{{item2.FrID}}</td>
<td>{{item2.PayMoney}}</td>
<td>{{item2.TypeName}}</td>
<td>
<span v-if="isUpdateOrder">{{item2.PayMoney}}</span>
<span v-else>******</span>
</td>
<td>{{item2.TypeName}}</td>
<td>{{item2.StatusName}}</td>
</tr>
<tr v-if='orderList.length==0' >
......@@ -1487,8 +1490,9 @@
</tr>
</table>
</div>
<span v-if='item.isEnd==0' style="cursor: pointer;" @click="getOrderDetail(item)" slot="reference">{{item.income}}</span>
<span v-if='item.isEnd!=0' style="cursor: pointer;color: #e95252;" @click="getOrderDetail(item)" slot="reference">{{item.income}}</span>
<span v-if='item.isEnd==0 && isUpdateOrder' style="cursor: pointer;" @click="getOrderDetail(item)" slot="reference">{{item.income}}</span>
<span v-else-if='item.isEnd!=0 && isUpdateOrder' style="cursor: pointer;color: #e95252;" @click="getOrderDetail(item)" slot="reference">{{item.income}}</span>
<span v-else>******</span>
</el-popover>
</td>
<td>
......
......@@ -145,6 +145,7 @@
}
});
}
this.value = ''
},
getPayDetail(obj, Type) {
let nowTime = new Date()
......
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