Commit 7e74a5fe authored by youjie's avatar youjie

签证订单结算屏蔽发放

parent a2355717
......@@ -200,7 +200,7 @@
<td>{{item.CreateBy}}</td>
<td>{{item.PeopleNum}}</td>
<td>{{moneyFormat(item.CommissionMoney)}}</td>
<td><input type="checkbox" :value="item.Id" v-model="OrderIds"></td>
<td><input type="checkbox" :value="item.Id" v-model="OrderIds" :disabled="isDisabled"></td>
</tr>
<tr class="h40" v-show="tichengList.length==0">
<td colspan="10" align="center">
......@@ -215,6 +215,7 @@
export default {
data(){
return{
isDisabled: true,
OrderIds:[],
total: 0,
currentPage: 1,
......
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