diff --git a/pages/addoldman/IDcard.vue b/pages/addoldman/IDcard.vue index 1dbd9f7..0555a1a 100644 --- a/pages/addoldman/IDcard.vue +++ b/pages/addoldman/IDcard.vue @@ -50,8 +50,8 @@ - 身份证号 - 身份证号码 + @@ -223,7 +223,7 @@ return } else if (!form.idCard) { uni.showToast({ - title: '请输入身份证号', + title: '请输入身份证号码', icon: 'none' }) } else if (!isValid18DigitNumber(form.idCard)) { diff --git a/pages/addoldman/oldIDcard.vue b/pages/addoldman/oldIDcard.vue index 5ca0c23..cc2efc4 100644 --- a/pages/addoldman/oldIDcard.vue +++ b/pages/addoldman/oldIDcard.vue @@ -47,7 +47,7 @@ - 身份证号 + 身份证号码 @@ -196,7 +196,7 @@ fontSize: 40 }] const nameArray = ["姓名", "性别", "身份证号码", "民族", "出生日期", "住址", "签发机关", "有效期限"]; - const antherArray = ["姓名", "电话", "身份证号", "家庭住址", "工作单位"] + const antherArray = ["姓名", "电话", "身份证号码", "家庭住址", "工作单位"] const textArray = reactive(["", "", "", "", "", "", "", ""]); const anthertextArray = reactive(["", "", "", "", ""]); const states = ["审核中", "审核未通过", "审核通过"]; @@ -748,37 +748,35 @@ duration: 2000 // 显示时长 ms }) return - } - // return - const connectinon = { - nuId: data.nuId, - openId: uni.getStorageSync('openid'), - elderId: r.data.result, - sysOrgCode: data.sysOrgCode, - - } - const urlpost = `${payurl.value}/api/nuBaseInfo/bindNu`; - uni.request({ - url: urlpost, - method: 'POST', - header: { - 'Content-Type': 'application/json', - 'X-Access-Token': uni.getStorageSync('token') || '', - }, - data: connectinon, - success: (r) => { - uni.reLaunch({ - url: '/pages/oldmanindex/oldmansuccess' - }) - - // console.log("????", r) - }, - fail: (e) => { - // console.log("????", e) + }else{ + const connectinon = { + nuId: data.nuId, + openId: uni.getStorageSync('openid'), + elderId: r.data.result, + sysOrgCode: data.sysOrgCode, + } - }); - - // console.log("????", r) + const urlpost = `${payurl.value}/api/nuBaseInfo/bindNu`; + uni.request({ + url: urlpost, + method: 'POST', + header: { + 'Content-Type': 'application/json', + 'X-Access-Token': uni.getStorageSync('token') || '', + }, + data: connectinon, + success: (r) => { + uni.reLaunch({ + url: '/pages/oldmanindex/oldmansuccess' + }) + + // console.log("????", r) + }, + fail: (e) => { + // console.log("????", e) + } + }); + } }, fail: (e) => { // console.log("????", e) diff --git a/pages/addsupplier/all.vue b/pages/addsupplier/all.vue index 6370e0b..c76de20 100644 --- a/pages/addsupplier/all.vue +++ b/pages/addsupplier/all.vue @@ -309,7 +309,7 @@ const nameArray0 = ["开户行", "开户行卡号"]; const textArray0 = reactive(["", "", ]); - const nameArray1 = ["供应商名称", "供应商地址", "供应商性质", "负责人", "联系电话", "开户行","开户行账号" ]; + const nameArray1 = ["供应商名称", "供应商地址", "负责人", "联系电话","供应商性质", "开户行","开户行账号" ]; const textArray1 = reactive(["", "", "", "", "", "", ""]); const backImge = ref(""); @@ -402,9 +402,9 @@ const keys = [ "suppliersName", "suppliersAddress", - "name", "personInCharge", "contactNumber", + "name", "openingBank", "openingBankNo", "orgCode", diff --git a/pages/addsupplier/information.vue b/pages/addsupplier/information.vue index d85c61b..8628272 100644 --- a/pages/addsupplier/information.vue +++ b/pages/addsupplier/information.vue @@ -55,15 +55,7 @@ - - 供应商性质 - - - - - + 负责人 @@ -76,6 +68,15 @@ v-model="form.contactNumber" /> + + 供应商性质 + + + + + 开户行 diff --git a/pages/addsupplier/successpush.vue b/pages/addsupplier/successpush.vue index cb27bb0..ad9f6bb 100644 --- a/pages/addsupplier/successpush.vue +++ b/pages/addsupplier/successpush.vue @@ -12,9 +12,7 @@ - {{ uni.getStorageSync('isstaffchange') ? '尊敬的用户,您的供应商变更信息已提交,' : '尊敬的用户,您的供应商入驻申请已提交成功,' }} - {{ uni.getStorageSync('isstaffchange')?`请等待审核!`:`请等待审核!` }}! - + {{ uni.getStorageSync('isstaffchange') ? '尊敬的用户,您的供应商信息变更申请已成功提交,请耐心等待审核结果,期待与您继续携手,提供更高效的供应服务!' : '尊敬的用户,您的供应商入驻申请已成功提交,请耐心等待审核结果,期待您早日通过认证,成为优质供应链的一员,携手共创美好未来!' }}