Commit eb7e822a authored by 沈良进's avatar 沈良进

save

parent c32023cb
...@@ -928,6 +928,7 @@ input[type="number"] { ...@@ -928,6 +928,7 @@ input[type="number"] {
<table v-loading='loading' border="0" cellspacing="0" cellpadding="0" class="singeRowTable" style="margin-bottom:30px;"> <table v-loading='loading' border="0" cellspacing="0" cellpadding="0" class="singeRowTable" style="margin-bottom:30px;">
<tr class="_t_head"> <tr class="_t_head">
<th v-if="type == 1"></th>
<!-- <th v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" v-model="isCkedAll" @click='checkedAll()'></th> --> <!-- <th v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" v-model="isCkedAll" @click='checkedAll()'></th> -->
<th width="90">{{$t('system.query_company')}}</th> <th width="90">{{$t('system.query_company')}}</th>
<th>{{$t('fnc.danhao')}}</th> <th>{{$t('fnc.danhao')}}</th>
...@@ -942,6 +943,7 @@ input[type="number"] { ...@@ -942,6 +943,7 @@ input[type="number"] {
<th v-if="type == 1">{{$t('system.table_operation')}}</th> <th v-if="type == 1">{{$t('system.table_operation')}}</th>
</tr> </tr>
<tr class="_item_list" v-for="(item,index) in czList"> <tr class="_item_list" v-for="(item,index) in czList">
<td v-if="type == 1"><input type="checkbox" :value="item.FrID" v-model="item.check" @change="changeSelectItem"></td>
<!-- <td v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" :value="item.FrID" v-model="checkList" @change="ckeckedOne"></td> --> <!-- <td v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" :value="item.FrID" v-model="checkList" @change="ckeckedOne"></td> -->
<td>{{item.BranchName}}</td> <td>{{item.BranchName}}</td>
<td class="Bill_par"> <td class="Bill_par">
...@@ -961,7 +963,6 @@ input[type="number"] { ...@@ -961,7 +963,6 @@ input[type="number"] {
<template v-else-if="item.Is_Merge==1"> <template v-else-if="item.Is_Merge==1">
<my-HB-Bill :ID="item.FrID" :width="widthSon" :color="colorSon"></my-HB-Bill> <my-HB-Bill :ID="item.FrID" :width="widthSon" :color="colorSon"></my-HB-Bill>
</template> </template>
{{item.Type}}__{{item.Is_Merge}}__{{item.Is_Merge==0}}
<span slot="reference" class="text_d PingFangSC" >{{item.FrID}}</span> <span slot="reference" class="text_d PingFangSC" >{{item.FrID}}</span>
</el-popover> </el-popover>
</td> </td>
......
This diff is collapsed.
...@@ -3228,6 +3228,14 @@ export default { ...@@ -3228,6 +3228,14 @@ export default {
title: '财务单据列表' title: '财务单据列表'
}, },
}, },
{ // 月结签约客户 财务单据审核
path: '/signedFinanceCheck',
name: 'signedFinanceCheck',
component: resolve => require(['@/components/SalesModule/signedFinanceCheck'], resolve),
meta: {
title: '财务单据列表'
},
},
{ // 销售 销售任务详情 { // 销售 销售任务详情
path: '/saleTaskDetail', path: '/saleTaskDetail',
name: 'saleTaskDetail', name: 'saleTaskDetail',
......
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