新增市级供应链入驻无需阅读协议

This commit is contained in:
weipengfei 2023-11-14 16:07:02 +08:00
parent b55a573aa8
commit fbb2cfbdb4

View File

@ -630,7 +630,8 @@
let idx = e.target.value let idx = e.target.value
this.merchantData.mer_type = this.storeTypeArr[idx]['mer_type_id'] this.merchantData.mer_type = this.storeTypeArr[idx]['mer_type_id']
this.mer_storeType = this.storeTypeArr[idx]['type_name'] this.mer_storeType = this.storeTypeArr[idx]['type_name']
console.log(this.storeTypeArr[idx]['type_code'] == "TypeStore") // console.log(this.storeTypeArr[idx]['type_code'] == "TypeStore")
// console.log(this.merchantData.mer_type)
if(this.storeTypeArr[idx]['type_code']== 'TypeStore'&&this.merchantData.mer_type){ if(this.storeTypeArr[idx]['type_code']== 'TypeStore'&&this.merchantData.mer_type){
this.shoplist('mer_services_agree') this.shoplist('mer_services_agree')
}else{ }else{
@ -910,8 +911,8 @@
} }
}, },
formSubmit() { formSubmit() {
console.log('sss');
if (this.validateForm() && this.validate) { if (this.validateForm() && this.validate) {
if (this.merchantData.mer_type == '12') return this.agree();
if (this.codenote.length == 0) { if (this.codenote.length == 0) {
this.isshow = true this.isshow = true
this.countDown() this.countDown()