Commit 6f1146c8 authored by zhengke's avatar zhengke

财务修改

parents fb361236 4b41699d
......@@ -131,6 +131,16 @@
</el-select>
</span>
</li>
<li v-if='msg.Conditon==3'>
<span>
<em>佣金单据</em>
<el-select v-model="msg.IsSpecial" filterable class="w150">
<el-option :value="0" label="不限"></el-option>
<el-option :value="1" label="否"></el-option>
<el-option :value="2" label="是"></el-option>
</el-select>
</span>
</li>
<li>
<span>
<em>模板类型</em>
......@@ -205,7 +215,7 @@
</el-option>
</el-select>
</span>
</li>
</li>
<li>
<span>
<em>账户类型</em>
......@@ -777,6 +787,7 @@ export default {
QStartDate:'',
UpdateBy:'',
Sort:'2',
IsSpecial:1
},
getCompanyMsg:{ // 公司
RB_Group_Id:'0',
......@@ -1356,6 +1367,7 @@ export default {
OrderID:this.msg.OrderID==0?'':this.msg.OrderID,
Sort:this.msg.Sort,
EmployeeId:this.msg.EmployeeId,
IsSpecial: this.msg.IsSpecial
}
this.msg = msg;
},
......
......@@ -96,6 +96,7 @@
<span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==3">{{'外币现金'}}</span>
<span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==4">{{'资金池'}}</span>
<span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==5">{{'平台虚拟账户'}}</span>
<span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==6">{{'地接虚拟账户'}}</span>
</p>
<p style="font-weight: bold"><span class="">编号:</span>{{GetDetail.FrID}}</p>
</div>
......
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