Browse Source

完善开票申请--主车列表中增加资方信审终审状态

master
yunuo970428 2 years ago
parent
commit
6baf0a163d
  1. 8
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue
  2. 5
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyInfo.vue
  3. 5
      anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyByFileDaiBanInfo.vue
  4. 5
      anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyDaiBanInfo.vue
  5. 8
      anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue
  6. 5
      anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyYiBanInfo.vue

8
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue

@ -126,6 +126,11 @@
<span>{{ scope.row.openTickRemarks }}</span>
</template>
</el-table-column>
<el-table-column v-show="formobj.saleTypeKey == '2'" label="资方信审终审状态" align="center" width="180">
<template slot-scope="scope">
<span>{{ scope.row.xSState }}</span>
</template>
</el-table-column>
</el-table>
<el-row>
<el-col :span="24">
@ -426,7 +431,8 @@ export default {
billTypeKey: '',
openTickName: '',
openTickSid: '',
openTickRemarks: ''
openTickRemarks: '',
xSState: e.xSState
})
//
if (e.finBillTrailers.length > 0) {

5
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyInfo.vue

@ -102,6 +102,11 @@
<span>{{ scope.row.openTickRemarks }}</span>
</template>
</el-table-column>
<el-table-column v-show="formobj.saleTypeKey == '2'" label="资方信审终审状态" align="center" width="180">
<template slot-scope="scope">
<span>{{ scope.row.xSState }}</span>
</template>
</el-table-column>
</el-table>
<el-row>
<el-col :span="24">

5
anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyByFileDaiBanInfo.vue

@ -104,6 +104,11 @@
<span>{{ scope.row.openTickRemarks }}</span>
</template>
</el-table-column>
<el-table-column v-show="formobj.saleTypeKey == '2'" label="资方信审终审状态" align="center" width="180">
<template slot-scope="scope">
<span>{{ scope.row.xSState }}</span>
</template>
</el-table-column>
<el-table-column label="开票金额" align="center" width="120">
<template>
<span>{{ formobj.oneBillMoney }}</span>

5
anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyDaiBanInfo.vue

@ -104,6 +104,11 @@
<span>{{ scope.row.openTickRemarks }}</span>
</template>
</el-table-column>
<el-table-column v-show="formobj.saleTypeKey == '2'" label="资方信审终审状态" align="center" width="180">
<template slot-scope="scope">
<span>{{ scope.row.xSState }}</span>
</template>
</el-table-column>
<el-table-column label="开票金额" align="center" width="120">
<template>
<span>{{ formobj.oneBillMoney }}</span>

8
anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue

@ -125,6 +125,11 @@
<span>{{ scope.row.openTickRemarks }}</span>
</template>
</el-table-column>
<el-table-column v-show="formobj.saleTypeKey == '2'" label="资方信审终审状态" align="center" width="180">
<template slot-scope="scope">
<span>{{ scope.row.xSState }}</span>
</template>
</el-table-column>
</el-table>
<el-row>
<el-col :span="24">
@ -447,7 +452,8 @@ export default {
billTypeKey: '',
openTickName: '',
openTickSid: '',
openTickRemarks: ''
openTickRemarks: '',
xSState: e.xSState
})
//
if (e.finBillTrailers.length > 0) {

5
anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyYiBanInfo.vue

@ -102,6 +102,11 @@
<span>{{ scope.row.openTickRemarks }}</span>
</template>
</el-table-column>
<el-table-column v-show="formobj.saleTypeKey == '2'" label="资方信审终审状态" align="center" width="180">
<template slot-scope="scope">
<span>{{ scope.row.xSState }}</span>
</template>
</el-table-column>
<el-table-column label="开票金额" align="center" width="120">
<template>
<span>{{ formobj.oneBillMoney }}</span>

Loading…
Cancel
Save