Browse Source

编号修改为手动输入

sunlupeng 1 năm trước cách đây
mục cha
commit
28a8fa0d86

+ 1 - 1
src/views/crm/business/index.vue

@@ -495,7 +495,7 @@ export default {
     /** 新增按钮操作 */
     handleAdd() {
       this.reset();
-      this.getOpportunityCode();
+      // this.getOpportunityCode();
       this.getListSimpleCustomer();
       this.open = true;
       this.title = "添加";

+ 1 - 1
src/views/crm/customer/index.vue

@@ -478,7 +478,7 @@ export default {
     /** 新增按钮操作 */
     handleAdd() {
       this.reset();
-      this.getCustomerCode();
+      // this.getCustomerCode();
       this.open = true;
       this.title = "添加";
     },

+ 1 - 1
src/views/finance/contract/customer/index.vue

@@ -721,7 +721,7 @@ export default {
     /** 新增按钮操作 */
     handleAdd() {
       this.reset();
-      this.getCustomerContractCode();
+      //this.getCustomerContractCode();
       this.getUser();
       this.open = true;
       this.title = "添加";

+ 1 - 1
src/views/finance/contract/supplier/index.vue

@@ -707,7 +707,7 @@ export default {
     /** 新增按钮操作 */
     handleAdd() {
       this.reset();
-      this.getSupplierContractCode();
+      // this.getSupplierContractCode();
       this.getUser();
       this.open = true;
       this.title = "添加";