Commit 2100ba51 authored by liudong1993's avatar liudong1993

1

parent a3049d43
......@@ -1271,7 +1271,7 @@
<th>发票单位</th>
<th width="80px" v-if="(GetDetail.CreateBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1)">
||BXInvoiceShow)">
<el-tooltip content="添加一行" placement="top">
<i class="el-icon-circle-plus" style="color:#5cb6ff;cursor: pointer;" @click="BXInvoiceAdd()"></i></el-tooltip>
<el-tooltip content="提交保存" placement="top">
......@@ -1289,7 +1289,7 @@
<td height="26px"><el-input class="w190 _border_b_1" v-model="BXitem.KRemark" placeholder="请输入发票单位"></el-input></td>
<td height="26px" style="text-align: center;"><i v-if="(GetDetail.CreateBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1)" class="el-icon-delete" style="color:red;cursor: pointer;" @click="BXInvoiceDel(BXIndex)"></i></td>
||BXInvoiceShow)" class="el-icon-delete" style="color:red;cursor: pointer;" @click="BXInvoiceDel(BXIndex)"></i></td>
</tr>
</table>
</div>
......@@ -2466,6 +2466,7 @@ class="w135 _border_b_1">
ShareMoney:null,
KRemark:''
},
BXInvoiceShow: false,
InvoiceBXRepeatList: [],//报销发票重复
InvoiceVoucherListImg: [],
isCostTypeId: false,//地接费(领取)用款计划
......@@ -4669,6 +4670,9 @@ else if (Type==2) {
if(ActionMenuCode.indexOf('SeeOrderLog') != -1){
this.isSeeOrderLog=1
}
if(ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1){
this.BXInvoiceShow=true;
}
},
mounted() {
let userInfo = this.getLocalStorage();
......
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