Browse Source

商务审核&财务审核添加红冲标签;发票重开修改按钮显示条件

master
wanggang 12 months ago
parent
commit
39d230ee2f
  1. 2
      .drone.yml
  2. 1
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js
  3. 2
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/settle/_check.js

2
.drone.yml

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: linux-amd64
name: 北汽模塑结算项目
platform:
arch: amd64

1
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js

@ -18,6 +18,7 @@ const stateOptions = [
{ value: 6, label: "扣减进行中" },
{ value: 7, label: "撤销扣减进行中" },
{ value: 8, label: "已提交QAD" },
{ value: 9, label: "红冲" },
];
const state = { title: "状态", type: "number", input: "select", options: stateOptions };
const state2 = Object.assign(Object.assign({}, state), {

2
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/settle/_check.js

@ -49,7 +49,7 @@ export default {
<template #footer>
<span class="dialog-footer">
<el-button type="primary" @click="show=false"> 返回 </el-button>
<el-button type="primary" @click="showSetupDialog" v-if="isBusiness&&data.invbillNum&&model.adJ_DETAIL.length===0&&row.invoiceState===1&&(row.state===3||row.state===4)">
<el-button type="primary" @click="showSetupDialog" v-if="isBusiness&&data.invbillNum&&model.adJ_DETAIL.length===0&&row.invoiceState===1&&(row.state===3||row.state===9)">
报废重开
</el-button>
</span>

Loading…
Cancel
Save