Sfoglia il codice sorgente

客户信息表新增时间范围查询

cgp 1 settimana fa
parent
commit
145167a2d4
1 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. 9 9
      src/views/qw/companyCustomer/index.vue

+ 9 - 9
src/views/qw/companyCustomer/index.vue

@@ -1615,11 +1615,11 @@ export default {
       this.createOrder.open = false;
       this.createOrderReset();
       // 弹出提示确认框
-      this.$confirm('请上传手写信息采集,否则无法发货!', '提示', {
-        confirmButtonText: '确定',
-        cancelButtonText: '取消',
-        type: 'warning'
-      }).then(() => {
+      // this.$confirm('请上传手写信息采集,否则无法发货!', '提示', {
+      //   confirmButtonText: '确定',
+      //   cancelButtonText: '取消',
+      //   type: 'warning'
+      // }).then(() => {
         // 确保订单列表弹窗打开并刷新
         if (this.currentCustomerId) {
           this.orderQueryParams.companyCustomerId = this.currentCustomerId;
@@ -1631,10 +1631,10 @@ export default {
         }
         // 打开手写信息采集新增弹窗
         // this.openHandwriteDialog(order, orderParams);
-      }).catch(() => {
-        this.getList();
-        this.$message.info("已取消上传手写信息采集");
-      });
+      // }).catch(() => {
+      //   this.getList();
+      //   this.$message.info("已取消上传手写信息采集");
+      // });
     },
 
     // 打开手写信息采集弹窗并预填信息