2 Commits

  1. 1
      src/vue/src/app/ics-sale-quotation-order/create-or-edit-ics-sale-quotation-order/create-or-edit-ics-sale-quotation-order.vue

1
src/vue/src/app/ics-sale-quotation-order/create-or-edit-ics-sale-quotation-order/create-or-edit-ics-sale-quotation-order.vue

@ -977,6 +977,7 @@ export default defineComponent({
if (this.entity.lifeSpan == 0) { if (this.entity.lifeSpan == 0) {
return this.notify.warn('报价有效期必须大于0'); return this.notify.warn('报价有效期必须大于0');
} }
// if (!this.entity.testAmount) { // if (!this.entity.testAmount) {
// this.disabled4calcRowAmount = false; // this.disabled4calcRowAmount = false;
// return this.notify.warn(''); // return this.notify.warn('');

Loading…
Cancel
Save