任务统一改成岗位
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<view class="content">
|
||||
<u--form labelPosition="left" :model="formData" :rules="rules" ref="formOne">
|
||||
<view class="card">
|
||||
<view class="card_title">企业认证信息</view>
|
||||
<view class="card_title">认证信息</view>
|
||||
<u-form-item label="用工单位" labelWidth="100" prop="comname" borderBottom ref="item1">
|
||||
<u--input v-model="formData.comname" placeholder="请输入用工单位"></u--input>
|
||||
<u--input v-model="formData.comname" placeholder="请输入用工单位名称"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label="统一信用代码" labelWidth="100" prop="companyTid" borderBottom ref="item1">
|
||||
<u--input v-model="formData.companyTid" placeholder="请输入统一信用代码"></u--input>
|
||||
@@ -233,8 +233,10 @@
|
||||
cityId: Number(_this.formData.cityId),
|
||||
tradeId: Number(_this.formData.tradeId),
|
||||
manager: _this.authInfo.realName,
|
||||
idNumber: _this.authInfo.idNumber
|
||||
idNumber: _this.authInfo.idNumber,
|
||||
companyName: dic.addressColumn[0].filter((item) => item.value == _this.formData.cityId)[0].label
|
||||
}
|
||||
console.log(params)
|
||||
let resData = await addInviteCompanyAuth(params)
|
||||
if (resData.data.code === 200) {
|
||||
uni.navigateBack(1)
|
||||
@@ -243,8 +245,9 @@
|
||||
})
|
||||
}
|
||||
}).catch(errors => {
|
||||
console.log(errors)
|
||||
_this.$api.msg('请完善内容')
|
||||
if(/[\u4e00-\u9fff]/.test(errors.message)) {
|
||||
_this.$api.msg(errors.message)
|
||||
}
|
||||
})
|
||||
},
|
||||
async getInfo() {
|
||||
|
||||
Reference in New Issue
Block a user