Commit 75088b7c authored by liudong1993's avatar liudong1993

1 签证制单人数处理

parent 84d6cb9f
......@@ -533,6 +533,7 @@
<span>正在办理</span>
<span class="color_des" style="background:#000000"></span>
<span>办理完成</span>
<span>已勾选:{{checkList.length}}人</span>
</div>
<ul class="checklist_ul">
<li v-for="item in checknameList" :key="item.Id">
......@@ -667,7 +668,7 @@ export default {
this.checkList=[]
return
}
this.checkList = this.checkListAll
this.checkList = this.checkListAll
},
Financial_post_GetFinancLogList: function(id){ // 获取单据日志
if (this.checkboxShow) return
......@@ -762,6 +763,8 @@ export default {
this.OrderTitle='付款单';
}
if(this.Offset=='other'){
let userInfo1 =[];
sessionStorage.setItem("saveGuestInfo",JSON.stringify(userInfo1));
let TCIDARR = [this.tcid];
let orderObj = {
OrderID: 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