qx
qx
2025-03-24 6b5565022f0aa01f7ff0d0a0298834c6726e8c9d
src/views/system/tijian/index.vue
@@ -1706,6 +1706,9 @@
    /** 登记提交按钮 */
submitForm() {
  let _this = this;
  if(!this.form.cusPhone || !this.form.cusName){
        this.$message.warning("请填选必填项");
      }else{
  this.$refs["form"].validate((valid) => {
    if (valid) {
      // 创建表单数据的副本并去除空格
@@ -1738,6 +1741,7 @@
      });
    }
  });
}
},
    getmailType() {
@@ -3265,6 +3269,7 @@
            discount: item.discount,
            parentProId: item.parentProId,
            cusIdCard: item.cusId,
            yhj: item.nowPrice
          })); // 创建新的对象,包含 discount 和 id
        gaibianzhekou(newArray).then((res) => {
          this.loadingSubmit = false;