yangan
2024-09-27 c612912d4132e4d7b4a58279071fac837891c381
pages/public-page/forward/forward.vue
@@ -645,6 +645,10 @@
                  this.$u.toast('请输入合法数字');
                  isPass = false;
                  return isPass;
               } else if (!v.name){
                  this.$u.toast('请选择车队');
                  isPass = false;
                  return isPass;
               } else {
                  isPass = true;
                  return isPass;
@@ -656,7 +660,7 @@
               this.$reqPost('forward', this.jhOrderPlanForwardList, 'json').then(res => {
                  console.log(res, 'zh');
                  // res.data.length == 0 提交成功 否则提交失败
                  if (res.data.length == 0) {
                  if (res.code === 0) {
                     this.loading = false
                     this.$u.toast('提交成功');
                     if(/聚氯乙烯树脂/.test(this.productName)){