Commit 8473a7f7 authored by zhengke's avatar zhengke

修改

parent 0db5314c
......@@ -95,7 +95,7 @@
</li>
<li>
<span><em>确认状态</em></span>
<el-select v-model='msg.AirConfirm' filterable :placeholder="$t('pub.pleaseSel')" style="width:180px">
<el-select v-model='msg.IsAirConfirm' filterable :placeholder="$t('pub.pleaseSel')" style="width:180px">
<el-option :label="$t('pub.unlimitedSel')" :value='0'></el-option>
<el-option label="已确认" :value='1'></el-option>
<el-option label="未确认" :value='2'></el-option>
......@@ -428,7 +428,7 @@
BranchId:'-1',
IsOneDay: '-1',
IsCollectMoney:0,
AirConfirm:0
IsAirConfirm:0
},
employeeMsg: {
RB_Group_id: "0",
......
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