|
@@ -158,7 +158,7 @@ import {
|
|
|
findCooperatorProductFieldByNum,
|
|
|
cooperatorProductApply,
|
|
|
findCooperatorFieldsByName,
|
|
|
- cooperatorList
|
|
|
+ cooperatorList,
|
|
|
} from '@/api/index.js'
|
|
|
import store from "@/store";
|
|
|
import request from '@/utils/request.js'
|
|
@@ -410,7 +410,14 @@ export default {
|
|
|
this.selected6 = true;
|
|
|
},
|
|
|
paneNext1() {
|
|
|
- this.activeName2 = "second"
|
|
|
+ request.post('/cooperator_product/checkDupProdNum', {
|
|
|
+ product_num: this.cooperator_product_no
|
|
|
+ }).then(
|
|
|
+ res => {
|
|
|
+ this.activeName2 = "second"
|
|
|
+ },
|
|
|
+ )
|
|
|
+
|
|
|
},
|
|
|
paneNext2() {
|
|
|
this.activeName2 = "third"
|