|
@@ -722,7 +722,7 @@ export default {
|
|
|
handleOpen () {
|
|
|
if (this.localDataSource.length) {
|
|
|
// 待提交/待审核/审核不通过,打开发货信息弹框
|
|
|
- if ((this.basicInfoData.state == 'WAIT_SUBMIT' && !this.basicInfoData.sendNo) || (this.basicInfoData.state == 'WAIT_AUDIT' || this.basicInfoData.state == 'AUDIT_REJECT')) {
|
|
|
+ if ((this.basicInfoData.state == 'WAIT_SUBMIT') || (this.basicInfoData.state == 'WAIT_AUDIT' || this.basicInfoData.state == 'AUDIT_REJECT')) {
|
|
|
this.showDsModal = true
|
|
|
this.$refs.dsModal.pageInit(this.basicInfoData)
|
|
|
} else {
|