审核数据问题修复
This commit is contained in:
@@ -684,7 +684,7 @@ export default {
|
||||
if (this.waitAmountState && isBlank(this.form.supplierWaitAmount)) {
|
||||
this.$toast('请填写等候费'); return;
|
||||
}
|
||||
if (this.tyreAmountState && !this.isUnsuccessfulSettle && isBlank(this.form.tyreNumber)) {
|
||||
if (!this.auditFormShow && this.tyreAmountState && !this.isUnsuccessfulSettle && isBlank(this.form.tyreNumber)) {
|
||||
this.$toast('请填写小轮个数'); return;
|
||||
}
|
||||
if (this.dilemmaAmountState && this.basePriceDisabled && isBlank(this.form.supplierDilemmaAmount)) {
|
||||
@@ -797,7 +797,7 @@ export default {
|
||||
if (this.waitAmountState && isBlank(this.form.waitAmount)) {
|
||||
this.$toast('请填写等候费'); return;
|
||||
}
|
||||
if (this.tyreAmountState && !this.isUnsuccessfulSettle && isBlank(this.form.tyreNumber)) {
|
||||
if (!this.auditFormShow && this.tyreAmountState && !this.isUnsuccessfulSettle && isBlank(this.form.tyreNumber)) {
|
||||
this.$toast('请填写小轮个数'); return;
|
||||
}
|
||||
if (this.dilemmaAmountState && this.basePriceDisabled && isBlank(this.form.dilemmaAmount)) {
|
||||
|
||||
Reference in New Issue
Block a user