rev:报表优化
This commit is contained in:
@@ -205,6 +205,18 @@
|
||||
>
|
||||
强制确认
|
||||
</el-button>
|
||||
<el-button
|
||||
slot="right"
|
||||
class="filter-item"
|
||||
:loading="loadingConfirm"
|
||||
type="warning"
|
||||
:disabled="business_confirm_flag"
|
||||
icon="el-icon-check"
|
||||
size="mini"
|
||||
@click="confirm"
|
||||
>
|
||||
业务强制确认
|
||||
</el-button>
|
||||
<el-button
|
||||
slot="right"
|
||||
class="filter-item"
|
||||
@@ -358,6 +370,7 @@ export default {
|
||||
dis_flag: true,
|
||||
work_flag: true,
|
||||
confirm_flag: true,
|
||||
business_confirm_flag: true,
|
||||
outReturn_flag: true,
|
||||
openParam: [],
|
||||
openParamMoney: null,
|
||||
@@ -425,6 +438,11 @@ export default {
|
||||
} else {
|
||||
this.confirm_flag = true
|
||||
}
|
||||
if (current.bill_type === '1006' || current.bill_type === '1003' || current.bill_type === '1004') {
|
||||
this.business_confirm_flag = false
|
||||
} else {
|
||||
this.business_confirm_flag = true
|
||||
}
|
||||
if (current.bill_status === '40' || current.bill_status === '30') {
|
||||
this.outReturn_flag = false
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user