|
@@ -617,11 +617,9 @@ export default {
|
|
|
handleOpen () {
|
|
|
if (this.localDataSource.length) {
|
|
|
// 待提交
|
|
|
- if (this.basicInfoData.state == 'WAIT_SUBMIT') {
|
|
|
+ if (this.basicInfoData.state == 'WAIT_SUBMIT' && !this.basicInfoData.sendNo) {
|
|
|
this.showDsModal = true
|
|
|
- }
|
|
|
- // 待审核或审核不通过时
|
|
|
- if (this.basicInfoData.state == 'AUDIT_REJECT' || this.basicInfoData.state == 'WAIT_AUDIT') {
|
|
|
+ } else {
|
|
|
this.handleSubmit()
|
|
|
}
|
|
|
} else {
|