123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479 |
- <template>
- <view class="center">
- <view>
- <text @click='consent' v-bind:class="switchs1">公司</text>
- <text @click='consent' v-bind:class="switchs2">个人</text>
- </view>
- <view v-if="consentStatus == true">
- <view>
- <view style="margin: 0 auto;" v-if="license1 != ''" @click="license">
- <image v-bind:src = "license1" class="picture"></image>
- </view>
- </view>
-
- <view class="personalcss">
- <view class="c-row b-b">
- <text class="tit">公司名称</text>
- <view class="con-list">
- <input placeholder="请填写公司名称" name="input" v-model="deptList.compName"></input>
- </view>
- </view>
- <view class="c-row ">
- <text class="tit">纳税人识别号</text>
- <view class="con-list">
- <input placeholder="请填写纳税人识别号" name="input" v-model="deptList.payTaxesCard"></input>
- </view>
- </view>
- </view>
-
- <view>
-
- <view style="margin: 0 auto;" v-if="idup != ''" @click="idUp">
- <image v-bind:src = "idup" class="picture"></image>
- </view>
-
- <view style="margin: 0 auto;" v-if="idlow != ''" @click="idLow">
- <image v-bind:src = "idlow" class="picture"></image>
- </view>
- </view>
- <view class="personalcss">
- <view class="c-row b-b">
- <text class="tit">姓名</text>
- <view class="con-list">
- <input placeholder="请填写姓名" name="input" v-model="deptList.customerName"></input>
- </view>
- </view>
- <view class="c-row ">
- <text class="tit">身份证号</text>
- <view class="con-list">
- <input placeholder="请填写身份证号" name="input"
- v-model="deptList.customerNumberCard"></input>
- </view>
- </view>
- </view>
- <view>
-
- <view style="margin: 0 auto;" v-if="bank1 != ''" @click="bankUp()">
- <image v-bind:src = "bank1" class="picture"></image>
- </view>
- <view style="margin: 0 auto;" v-if="bank2 != ''" @click="bankLow()">
- <image v-bind:src = "bank2" class="picture"></image>
- </view>
- </view>
- <view class="personalcss">
- <view class="c-row b-b">
- <text class="tit">银行卡号</text>
- <view class="con-list">
- <input placeholder="请填写银行卡号" name="input" v-model="deptList.bankCard"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">开户行</text>
- <view class="con-list">
- <input placeholder="请填写开户行" name="input" v-model="deptList.bankDeposit"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">开户支行</text>
- <view class="con-list">
- <input placeholder="请填写开户支行" name="input"
- v-model="deptList.bankDepositBranch"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">手机号</text>
- <view class="con-list">
- <input placeholder="请填写手机号" @input='phoneinput' v-model="deptList.customerPhone"></input>
- </view>
- </view>
- <view class="c-row ">
- <text class="tit">公司地址</text>
- <view class="con-list">
- <input placeholder="请填写公司地址" name="input" v-model="deptList.compAddress"></input>
- </view>
- </view>
- </view>
- </view>
- <view v-else>
- <view>
- <view style="margin: 0 auto;" v-if="idup != ''" @click="idUp">
- <image v-bind:src = "idup" class="picture"></image>
- </view>
-
- <view style="margin: 0 auto;" v-if="idlow != ''" @click="idLow">
- <image v-bind:src = "idlow" class="picture"></image>
- </view>
- </view>
- <view class="personalcss">
- <view class="c-row b-b">
- <text class="tit">姓名</text>
- <view class="con-list">
- <input placeholder="请填写姓名" name="input" v-model="deptList.customerName"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">身份证号</text>
- <view class="con-list">
- <input placeholder="请填写身份证号" name="input"
- v-model="deptList.customerNumberCard"></input>
- </view>
- </view>
- </view>
- <view>
- <view style="margin: 0 auto;" v-if="bank1 != ''" @click="bankUp()">
- <image v-bind:src = "bank1" class="picture"></image>
- </view>
-
- <view style="margin: 0 auto;" v-if="bank2 != ''" @click="bankLow()">
- <image v-bind:src = "bank2" class="picture"></image>
- </view>
- </view>
- <view class="personalcss">
- <view class="c-row b-b">
- <text class="tit">银行卡号</text>
- <view class="con-list">
- <input placeholder="请填写银行卡号" name="input" v-model="deptList.bankCard"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">开户行</text>
- <view class="con-list">
- <input placeholder="请填写开户行" name="input" v-model="deptList.bankDeposit"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">开户支行</text>
- <view class="con-list">
- <input placeholder="请填写开户支行" name="input"
- v-model="deptList.bankDepositBranch"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">收款人姓名</text>
- <view class="con-list">
- <input placeholder="请填写收款人姓名" name="input" v-model="deptList.payeeName"></input>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">收款人身份证号</text>
- <view class="con-list">
- <input placeholder="请填写收款身份证号" name="input"
- v-model="deptList.payeeNumberCard"></input>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">手机号</text>
- <view class="con-list">
- <input placeholder="请填写手机号" @input='phoneinput' v-model="deptList.customerPhone"></input>
- </view>
- </view>
- <view class="c-row ">
- <text class="tit">联系地址</text>
- <view class="con-list">
- <input placeholder="请填写联系地址" name="input" v-model="deptList.compAddress"></input>
- </view>
- </view>
-
- </view>
- </view>
- <button class="btn btns" @click="commitEdit">修改</button>
- </view>
- </template>
- <script>
- import {
- mapState
- } from 'vuex';
- export default {
- name: "buy",
- data() {
- return {
- radios: 2,
- deptList:{
- compName:"",
- payTaxesCard:"",
- },
- consentStatus:true,
- consentStatus1:false,
- parameter:{},
- businessman:{},
- id:[],
- idup:"",
- idlow:"",
- license1:"",
- bank1:"",
- bank2:"",
- bankid:[],
- payeeAddress:[],
- commitEdits:{},
- switchs1:"switchs1",
- switchs2:"switchs2",
- };
- },
- onLoad(option) {
- this.parameter.id = option.id,
- this.getList()
- },
- computed: {
- ...mapState(['hasLogin','userInfo'])
- },
- methods: {
- commitEdit(item){
- console.log(this.deptList.compName,"公司名称")
- this.deptList.commonId = this.userInfo.id
- this.deptList.cardAddressUrl = this.id.toString()
- this.deptList.payeeAddressUrl = this.bankid.toString()
- if(this.consentStatus1 == true){
- this.deptList.customerTypeFlag = "个人"
- }else if(this.consentStatus == true){
- this.deptList.customerTypeFlag = "企业"
- }
- // console.log(this.deptList,"编辑对象")
- this.$api.doRequest('post', '/identityAuthenticationInfo/api/editIdentityAuthenticationInfo', this.deptList, 'application/json;charset=UTF-8').then(res => {
- console.log("成功连接")
- if (!this.deptList.goodsName) {
- this.$api.msg('修改成功!')
-
- return
- }
- uni.navigateTo({
- url: `/pages/attestation/index`
- })
-
- })
- .catch(res => {
- uni.showToast({
- title: res.errmsg,
- icon: 'none',
- duration: 2000
- })
- });
-
-
- },
- license() {
- var that = this
- wx.chooseImage({
- success: function(res) {
- wx.uploadFile({
- url: 'https://www.zthymaoyi.com/upload/admin',
- filePath: res.tempFilePaths[0],
- name: 'file',
- success(res) {
- var data = res.data
- var strToObj = JSON.parse(data)
- that.deptList.businessLicenseAddressUrl = strToObj.url
- that.license1 = strToObj.url
- }
- })
- }
- })
- },
- idUp(){
- var that = this
- wx.chooseImage({
- success: function(res) {
- wx.uploadFile({
- url: 'https://www.zthymaoyi.com/upload/admin',
- filePath: res.tempFilePaths[0],
- name: 'file',
- success(res) {
- var data = res.data
- var strToObj = JSON.parse(data)
- that.id[0] = strToObj.url
- that.idup = strToObj.url
- }
- })
- }
- })
- },
- idLow(){
- var that = this
- wx.chooseImage({
- success: function(res) {
- wx.uploadFile({
- url: 'https://www.zthymaoyi.com/upload/admin',
- filePath: res.tempFilePaths[0],
- name: 'file',
- success(res) {
- var data = res.data
- var strToObj = JSON.parse(data)
- that.id[1] = strToObj.url
- that.idlow = strToObj.url
- }
- })
- }
- })
- },
- bankUp(){
- var that = this
- wx.chooseImage({
- success: function(res) {
- wx.uploadFile({
- url: 'https://www.zthymaoyi.com/upload/admin',
- filePath: res.tempFilePaths[0],
- name: 'file',
- success(res) {
- var data = res.data
- var strToObj = JSON.parse(data)
- that.bankid[0] = strToObj.url
- that.bank1 = strToObj.url
- }
- })
- }
- })
- },
- bankLow(){
- var that = this
- wx.chooseImage({
- success: function(res) {
- wx.uploadFile({
- url: 'https://www.zthymaoyi.com/upload/admin',
- filePath: res.tempFilePaths[0],
- name: 'file',
- success(res) {
- var data = res.data
- var strToObj = JSON.parse(data)
- that.bankid[1] = strToObj.url
- that.bank2 = strToObj.url
- }
- })
- }
- })
- },
- getList(ids) {
- this.$api.doRequest('get', '/identityAuthenticationInfo/api/getIdentityAuthenticationInfo', this.parameter, 'application/json;charset=UTF-8').then(res => {
- console.log("成功连接")
-
- this.deptList = res.data.data
- if(this.deptList.businessLicenseAddressUrl != ""){
- this.license1 = this.deptList.businessLicenseAddressUrl
- }
- if(this.deptList.cardAddressUrl != ""){
- this.id = this.deptList.cardAddressUrl.split(",")
- this.idup = this.id[0]
- this.idlow = this.id[1]
- }
- if(this.deptList.payeeAddressUrl != ""){
- this.payeeAddress = this.deptList.payeeAddressUrl.split(","),
- this.bank1 = this.payeeAddress[0]
- this.bank2 = this.payeeAddress[1]
- }
- console.log(this.deptList.customerTypeFlag,"判断")
- if(this.deptList.customerTypeFlag == 2){
- this.consentStatus = true
- this.consentStatus1 = false
- this.switchs1 = "switchs1"
- this.switchs2 = "switchs2"
- }else{
- this.consentStatus = false
- this.consentStatus1 = true
- this.switchs1 = "switchs2"
- this.switchs2 = "switchs1"
- }
-
- })
- .catch(res => {
- uni.showToast({
- title: res.errmsg,
- icon: 'none',
- duration: 2000
- })
- });
- },
- consent(){
- if(this.consentStatus == false && this.consentStatus1 == true){
- this.consentStatus = true
- this.consentStatus1 = false
- this.switchs1 = "switchs1"
- this.switchs2 = "switchs2"
- }else if(this.consentStatus == true && this.consentStatus1 == false){
- this.consentStatus = false
- this.consentStatus1 = true
- this.switchs1 = "switchs2"
- this.switchs2 = "switchs1"
- }
-
- },
-
- }
- }
- </script>
- <style>
- .center {
- padding: 10px 20px;
- }
- .c-row {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 20rpx 30rpx;
- position: relative;
- }
- .con-list {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- color: #303133;
- line-height: 40rpx;
- text-align: right;
- padding-right: 20rpx;
- font-size: 14px;
- }
- .picture{
- width: 100%;
- height: 220px;
- text-align: center;
- margin-top: 10px;
- }
- .fujians{
- margin: 0 auto;
- background-color: #FFFFFF;
- margin-top: 30px;
- border-radius: 20px;
- padding: 10px 10px;
- }
- .picturebiaoti{
- font-size: 17px;
- font-weight: 700;
- }
- .personalcss{
- background-color: #FFFFFF;
- border-radius: 20px;
- margin-top: 10px;
- }
- .btn {
- margin-top: 10px;
- background-color: #FFFFFF;
- border-radius: 25px;
- border: none;
- }
-
- .btns {
- background-color: #22C572;
- }
- .switchs1{
- font-size: 20px;
- font-weight: 700;
- margin-right: 16px;
- }
- .switchs2{
- font-size: 20px;
- margin-right: 16px;
- }
- </style>
|