|
@@ -1,17 +1,17 @@
|
|
|
<template>
|
|
|
<el-dialog
|
|
|
+ v-loading="loading"
|
|
|
:title="title"
|
|
|
:center="true"
|
|
|
align="left"
|
|
|
top="8vh"
|
|
|
width="1040px"
|
|
|
- @close="showModelThis = false"
|
|
|
:close-on-click-modal="false"
|
|
|
:visible.sync="showModelThis"
|
|
|
- v-loading="loading"
|
|
|
element-loading-text="拼命加载中"
|
|
|
element-loading-spinner="el-icon-loading"
|
|
|
element-loading-background="rgba(0, 0, 0, 0.8)"
|
|
|
+ @close="showModelThis = false"
|
|
|
>
|
|
|
<el-card style="margin-top: -20px">
|
|
|
<el-row>
|
|
@@ -38,9 +38,7 @@
|
|
|
<el-row>
|
|
|
<el-col :span="4">
|
|
|
<el-form-item label="法人" required>
|
|
|
- {{ ruleForm.inv_legaler }}</el-form-item
|
|
|
- ></el-col
|
|
|
- >
|
|
|
+ {{ ruleForm.inv_legaler }}</el-form-item></el-col>
|
|
|
<el-col :span="4">
|
|
|
<el-form-item
|
|
|
label="营业执照"
|
|
@@ -53,10 +51,10 @@
|
|
|
>
|
|
|
<img
|
|
|
v-if="ruleForm.license_img"
|
|
|
- :src="ruleForm.license_img"
|
|
|
v-viewer
|
|
|
+ :src="ruleForm.license_img"
|
|
|
class="avatar"
|
|
|
- />
|
|
|
+ >
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -68,15 +66,16 @@
|
|
|
|
|
|
<el-col :span="24">
|
|
|
<el-row>
|
|
|
- <el-col :span="8"
|
|
|
- ><el-form-item
|
|
|
- label="纳税识别号"
|
|
|
- required
|
|
|
- label-width="100px"
|
|
|
- style="width: 100%"
|
|
|
- >
|
|
|
- {{ ruleForm.inv_code }}
|
|
|
- </el-form-item>
|
|
|
+ <el-col
|
|
|
+ :span="8"
|
|
|
+ ><el-form-item
|
|
|
+ label="纳税识别号"
|
|
|
+ required
|
|
|
+ label-width="100px"
|
|
|
+ style="width: 100%"
|
|
|
+ >
|
|
|
+ {{ ruleForm.inv_code }}
|
|
|
+ </el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="7">
|
|
|
<el-form-item label="成立日期" required>
|
|
@@ -86,9 +85,7 @@
|
|
|
|
|
|
<el-col :span="9">
|
|
|
<el-form-item label="公司类型" required>
|
|
|
- {{ ruleForm.type }}</el-form-item
|
|
|
- ></el-col
|
|
|
- >
|
|
|
+ {{ ruleForm.type }}</el-form-item></el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
|
|
@@ -100,8 +97,7 @@
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="联系人" required>
|
|
|
{{ ruleForm.contactor }}
|
|
|
- </el-form-item></el-col
|
|
|
- >
|
|
|
+ </el-form-item></el-col>
|
|
|
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="营业范围" required>
|
|
@@ -131,6 +127,17 @@
|
|
|
<el-col :span="23" style="padding: 20px 0 0 0">
|
|
|
<el-row>
|
|
|
<el-col :span="13">
|
|
|
+ <el-form-item label="公司抬头" prop="invoice_title">
|
|
|
+ <el-input
|
|
|
+ v-model="ruleForm.invoice_title"
|
|
|
+ placeholder="公司抬头"
|
|
|
+ :disabled="isDetail == '007'"
|
|
|
+ maxlength="100"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+
|
|
|
+ <el-col :span="11">
|
|
|
<el-form-item label="银行名称" prop="inv_bank">
|
|
|
<el-input
|
|
|
v-model="ruleForm.inv_bank"
|
|
@@ -140,7 +147,8 @@
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="11">
|
|
|
+
|
|
|
+ <el-col :span="13">
|
|
|
<el-form-item label="银行卡号" prop="inv_bankNo">
|
|
|
<el-input
|
|
|
v-model="ruleForm.inv_bankNo"
|
|
@@ -151,7 +159,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col :span="13">
|
|
|
+ <el-col :span="11">
|
|
|
<el-form-item label="联系地址" prop="addr">
|
|
|
<el-input
|
|
|
v-model="ruleForm.inv_addr"
|
|
@@ -161,7 +169,8 @@
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="11">
|
|
|
+
|
|
|
+ <el-col :span="13">
|
|
|
<el-form-item label="联系电话" prop="mobile">
|
|
|
<el-input
|
|
|
v-model="ruleForm.mobile"
|
|
@@ -170,19 +179,20 @@
|
|
|
:disabled="isDetail == '007'"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <div style="width: 100%; text-align: right">
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- :size="'small'"
|
|
|
- @click="submitForm"
|
|
|
- v-if="isDetail !== '007'"
|
|
|
- >保 存
|
|
|
- </el-button>
|
|
|
- <el-button :size="'small'" @click="showModelThis = false">{{
|
|
|
- isDetail == "007" ? "关 闭" : "取 消"
|
|
|
- }}</el-button>
|
|
|
- </div>
|
|
|
</el-col>
|
|
|
+
|
|
|
+ <div style="width: 100%; text-align: right">
|
|
|
+ <el-button
|
|
|
+ v-if="isDetail !== '007'"
|
|
|
+ type="primary"
|
|
|
+ :size="'small'"
|
|
|
+ @click="submitForm"
|
|
|
+ >保 存
|
|
|
+ </el-button>
|
|
|
+ <el-button :size="'small'" @click="showModelThis = false">{{
|
|
|
+ isDetail == "007" ? "关 闭" : "取 消"
|
|
|
+ }}</el-button>
|
|
|
+ </div>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -193,133 +203,135 @@
|
|
|
</el-dialog>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import asyncRequest from "@/apis/service/serviceParam/workCompany";
|
|
|
-import resToken from "@/mixins/resToken";
|
|
|
-import { isMobile, isPhone, invTime } from "@/utils/validate";
|
|
|
+import asyncRequest from '@/apis/service/serviceParam/workCompany'
|
|
|
+import resToken from '@/mixins/resToken'
|
|
|
+import { isMobile, isPhone, invTime } from '@/utils/validate'
|
|
|
export default {
|
|
|
- name: "workCompany",
|
|
|
- props: ["showModel", "id", "isDetail"],
|
|
|
+ name: 'WorkCompany',
|
|
|
mixins: [resToken],
|
|
|
+ props: ['showModel', 'id', 'isDetail'],
|
|
|
data() {
|
|
|
const validatemobile = (rule, value, callback) => {
|
|
|
- if (value !== "") {
|
|
|
+ if (value !== '') {
|
|
|
if (isPhone(value) || isMobile(value)) {
|
|
|
- callback();
|
|
|
+ callback()
|
|
|
} else {
|
|
|
- callback(new Error("联系电话格式不正确!"));
|
|
|
+ callback(new Error('联系电话格式不正确!'))
|
|
|
}
|
|
|
} else {
|
|
|
- callback(new Error("联系电话不能为空!"));
|
|
|
+ callback(new Error('联系电话不能为空!'))
|
|
|
}
|
|
|
- };
|
|
|
+ }
|
|
|
|
|
|
return {
|
|
|
pickerOptions: {
|
|
|
disabledDate(time) {
|
|
|
- return time.getTime() >= Date.now();
|
|
|
- },
|
|
|
+ return time.getTime() >= Date.now()
|
|
|
+ }
|
|
|
},
|
|
|
- supplier_name: "",
|
|
|
- accountNames: "",
|
|
|
+ supplier_name: '',
|
|
|
+ accountNames: '',
|
|
|
loading: false,
|
|
|
- title: "添加业务企业",
|
|
|
+ title: '添加业务企业',
|
|
|
showModelThis: this.showModel,
|
|
|
ruleForm: {
|
|
|
- id: "",
|
|
|
- company: "", //公司名称
|
|
|
- type: "", // 公司类型
|
|
|
- inv_code: "", // 纳税识别号
|
|
|
- inv_legaler: "", // 法人
|
|
|
- inv_time: "", //注册日期
|
|
|
- inv_addr: "", //注册地址
|
|
|
- inv_bank: "", // 银行
|
|
|
- inv_bankNo: "", // 银行账户
|
|
|
- contactor: "", // 联系人
|
|
|
- mobile: "", // 联系人电话
|
|
|
- addr: "", // 联系地址
|
|
|
- inv_scope: "", // 经营范围
|
|
|
- license_img: "", // 营业执照
|
|
|
+ id: '',
|
|
|
+ company: '', // 公司名称
|
|
|
+ type: '', // 公司类型
|
|
|
+ inv_code: '', // 纳税识别号
|
|
|
+ inv_legaler: '', // 法人
|
|
|
+ inv_time: '', // 注册日期
|
|
|
+ inv_addr: '', // 注册地址
|
|
|
+ inv_bank: '', // 银行
|
|
|
+ inv_bankNo: '', // 银行账户
|
|
|
+ contactor: '', // 联系人
|
|
|
+ mobile: '', // 联系人电话
|
|
|
+ addr: '', // 联系地址
|
|
|
+ inv_scope: '', // 经营范围
|
|
|
+ license_img: '', // 营业执照
|
|
|
+ invoice_title: ''
|
|
|
},
|
|
|
rulesThis: this.rules,
|
|
|
rules: {
|
|
|
inv_bank: [
|
|
|
{
|
|
|
required: true,
|
|
|
- message: "银行名称不能为空!",
|
|
|
- trigger: "blur",
|
|
|
- },
|
|
|
+ message: '银行名称不能为空!',
|
|
|
+ trigger: 'blur'
|
|
|
+ }
|
|
|
],
|
|
|
inv_bankNo: [
|
|
|
{
|
|
|
required: true,
|
|
|
- message: "银行卡号不能为空!",
|
|
|
- trigger: "blur",
|
|
|
- },
|
|
|
+ message: '银行卡号不能为空!',
|
|
|
+ trigger: 'blur'
|
|
|
+ }
|
|
|
],
|
|
|
|
|
|
mobile: [
|
|
|
{
|
|
|
required: true,
|
|
|
validator: validatemobile,
|
|
|
- trigger: "blur",
|
|
|
- },
|
|
|
+ trigger: 'blur'
|
|
|
+ }
|
|
|
],
|
|
|
- inv_addr: [{ required: true, message: "联系地址不能为空!", trigger: "blur" }],
|
|
|
- },
|
|
|
- };
|
|
|
+ invoice_title: [{ required: true, message: '公司抬头不能为空!', trigger: 'blur' }],
|
|
|
+ addr: [{ required: true, message: '联系地址不能为空!', trigger: 'blur' }]
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
watch: {
|
|
|
- showModel: function (val) {
|
|
|
- this.showModelThis = val;
|
|
|
+ showModel: function(val) {
|
|
|
+ this.showModelThis = val
|
|
|
if (val) {
|
|
|
- this.initForm();
|
|
|
+ this.initForm()
|
|
|
}
|
|
|
},
|
|
|
showModelThis(val) {
|
|
|
if (!val) {
|
|
|
- this.$emit("cancel");
|
|
|
+ this.$emit('cancel')
|
|
|
}
|
|
|
- },
|
|
|
+ }
|
|
|
},
|
|
|
methods: {
|
|
|
async initForm() {
|
|
|
- this.supplier_name = "";
|
|
|
- this.loading = true;
|
|
|
- if (this.isDetail == "007") {
|
|
|
- this.title = "业务企业详情";
|
|
|
- this.rulesThis = {};
|
|
|
- await this.resetForm();
|
|
|
- await this.initData();
|
|
|
+ this.supplier_name = ''
|
|
|
+ this.loading = true
|
|
|
+ if (this.isDetail == '007') {
|
|
|
+ this.title = '业务企业详情'
|
|
|
+ this.rulesThis = {}
|
|
|
+ await this.resetForm()
|
|
|
+ await this.initData()
|
|
|
} else {
|
|
|
- this.title = "修改业务企业";
|
|
|
- this.rulesThis = this.rules;
|
|
|
- await this.resetForm();
|
|
|
- await this.initData();
|
|
|
+ this.title = '修改业务企业'
|
|
|
+ this.rulesThis = this.rules
|
|
|
+ await this.resetForm()
|
|
|
+ await this.initData()
|
|
|
}
|
|
|
- this.loading = false;
|
|
|
+ this.loading = false
|
|
|
},
|
|
|
type_search_change(e) {
|
|
|
- console.log(e);
|
|
|
- const { id, code, label } = e;
|
|
|
+ console.log(e)
|
|
|
+ const { id, code, label } = e
|
|
|
if (id) {
|
|
|
- this.ruleForm.type = id;
|
|
|
+ this.ruleForm.type = id
|
|
|
} else {
|
|
|
- this.ruleForm.type = "";
|
|
|
+ this.ruleForm.type = ''
|
|
|
}
|
|
|
- this.$refs.ruleForm.validateField("type");
|
|
|
+ this.$refs.ruleForm.validateField('type')
|
|
|
},
|
|
|
|
|
|
async initData() {
|
|
|
- const res = await asyncRequest.detail({ companyNo: this.id });
|
|
|
+ const res = await asyncRequest.detail({ companyNo: this.id })
|
|
|
if (res && res.code === 0 && res.data) {
|
|
|
const {
|
|
|
id,
|
|
|
- company, //公司名称
|
|
|
+ company, // 公司名称
|
|
|
company_type, // 公司类型
|
|
|
inv_code, // 纳税识别号
|
|
|
inv_legaler, // 法人
|
|
|
- inv_time, //注册日期
|
|
|
- inv_addr, //注册地址
|
|
|
+ inv_time, // 注册日期
|
|
|
+ inv_addr, // 注册地址
|
|
|
inv_bank, // 银行
|
|
|
inv_bankNo, // 银行账户
|
|
|
contactor, // 联系人
|
|
@@ -327,64 +339,65 @@ export default {
|
|
|
addr, // 联系地址
|
|
|
inv_scope, // 经营范围
|
|
|
license_img, // 营业执照
|
|
|
- } = res.data;
|
|
|
+ invoice_title
|
|
|
+ } = res.data
|
|
|
|
|
|
this.ruleForm = {
|
|
|
- id: id || "",
|
|
|
- company: company || "", //公司名称
|
|
|
- type: company_type || "", // 公司类型
|
|
|
- inv_code: inv_code || "", // 纳税识别号
|
|
|
- inv_legaler: inv_legaler || "", // 法人
|
|
|
- inv_time: invTime(inv_time) || "", //注册日期
|
|
|
- inv_addr: inv_addr || "", //注册地址
|
|
|
- inv_bank: inv_bank || "", // 银行
|
|
|
- inv_bankNo: inv_bankNo || "", // 银行账户
|
|
|
- contactor: contactor || "", // 联系人
|
|
|
- mobile: mobile || "", // 联系人电话
|
|
|
- addr: addr || "", // 联系地址
|
|
|
- inv_scope: inv_scope || "", // 经营范围
|
|
|
- license_img: license_img || "", // 营业执照
|
|
|
- };
|
|
|
- console.log(this.ruleForm);
|
|
|
+ id: id || '',
|
|
|
+ company: company || '', // 公司名称
|
|
|
+ type: company_type || '', // 公司类型
|
|
|
+ inv_code: inv_code || '', // 纳税识别号
|
|
|
+ inv_legaler: inv_legaler || '', // 法人
|
|
|
+ inv_time: invTime(inv_time) || '', // 注册日期
|
|
|
+ inv_addr: inv_addr || '', // 注册地址
|
|
|
+ inv_bank: inv_bank || '', // 银行
|
|
|
+ inv_bankNo: inv_bankNo || '', // 银行账户
|
|
|
+ contactor: contactor || '', // 联系人
|
|
|
+ mobile: mobile || '', // 联系人电话
|
|
|
+ addr: addr || '', // 联系地址
|
|
|
+ inv_scope: inv_scope || '', // 经营范围
|
|
|
+ license_img: license_img || '', // 营业执照
|
|
|
+ invoice_title: invoice_title || ''
|
|
|
+ }
|
|
|
} else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
- await this.logout();
|
|
|
+ await this.logout()
|
|
|
} else {
|
|
|
- this.$message.warning(res.message);
|
|
|
+ this.$message.warning(res.message)
|
|
|
}
|
|
|
},
|
|
|
async resetForm() {
|
|
|
// 重置
|
|
|
await this.$nextTick(() => {
|
|
|
if (this.$refs.ruleForm) {
|
|
|
- this.$refs.ruleForm.resetFields();
|
|
|
- this.$refs.ruleForm.clearValidate();
|
|
|
+ this.$refs.ruleForm.resetFields()
|
|
|
+ this.$refs.ruleForm.clearValidate()
|
|
|
this.ruleForm = {
|
|
|
- id: "",
|
|
|
- company: "", //公司名称
|
|
|
- type: "", // 公司类型
|
|
|
- inv_code: "", // 纳税识别号
|
|
|
- inv_legaler: "", // 法人
|
|
|
- inv_time: "", //注册日期
|
|
|
- inv_addr: "", //注册地址
|
|
|
- inv_bank: "", // 银行
|
|
|
- inv_bankNo: "", // 银行账户
|
|
|
- contactor: "", // 联系人
|
|
|
- mobile: "", // 联系人电话
|
|
|
- addr: "", // 联系地址
|
|
|
- inv_scope: "", // 经营范围
|
|
|
- license_img: "", // 营业执照
|
|
|
- };
|
|
|
+ id: '',
|
|
|
+ company: '', // 公司名称
|
|
|
+ type: '', // 公司类型
|
|
|
+ inv_code: '', // 纳税识别号
|
|
|
+ inv_legaler: '', // 法人
|
|
|
+ inv_time: '', // 注册日期
|
|
|
+ inv_addr: '', // 注册地址
|
|
|
+ inv_bank: '', // 银行
|
|
|
+ inv_bankNo: '', // 银行账户
|
|
|
+ contactor: '', // 联系人
|
|
|
+ mobile: '', // 联系人电话
|
|
|
+ addr: '', // 联系地址
|
|
|
+ inv_scope: '', // 经营范围
|
|
|
+ license_img: '' // 营业执照
|
|
|
+ }
|
|
|
}
|
|
|
- });
|
|
|
+ })
|
|
|
},
|
|
|
async submitForm() {
|
|
|
- await this.$refs.ruleForm.validate(async (valid) => {
|
|
|
+ await this.$refs.ruleForm.validate(async(valid) => {
|
|
|
if (valid) {
|
|
|
if (this.loading) {
|
|
|
- return;
|
|
|
+ return
|
|
|
}
|
|
|
- this.loading = true;
|
|
|
- const { code, inv_bank, inv_bankNo, inv_addr, mobile, id } = this.ruleForm;
|
|
|
+ this.loading = true
|
|
|
+ const { code, inv_bank, inv_bankNo, inv_addr, mobile, id, invoice_title } = this.ruleForm
|
|
|
|
|
|
const model = {
|
|
|
id,
|
|
@@ -393,73 +406,74 @@ export default {
|
|
|
inv_bankNo,
|
|
|
inv_addr,
|
|
|
mobile,
|
|
|
- };
|
|
|
- const res = await asyncRequest.update(model);
|
|
|
+ invoice_title
|
|
|
+ }
|
|
|
+ const res = await asyncRequest.update(model)
|
|
|
|
|
|
- this.loading = false;
|
|
|
+ this.loading = false
|
|
|
if (res && res.code === 0) {
|
|
|
this.$notify.success({
|
|
|
- title: "修改成功",
|
|
|
- message: "",
|
|
|
- });
|
|
|
- this.showModelThis = false;
|
|
|
+ title: '修改成功',
|
|
|
+ message: ''
|
|
|
+ })
|
|
|
+ this.showModelThis = false
|
|
|
// 刷新
|
|
|
- this.$emit("refresh");
|
|
|
+ this.$emit('refresh')
|
|
|
} else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
- await this.logout();
|
|
|
+ await this.logout()
|
|
|
} else {
|
|
|
- this.$message.warning(res.message);
|
|
|
+ this.$message.warning(res.message)
|
|
|
}
|
|
|
} else {
|
|
|
- console.log("error submit!!");
|
|
|
- return false;
|
|
|
+ console.log('error submit!!')
|
|
|
+ return false
|
|
|
}
|
|
|
- });
|
|
|
+ })
|
|
|
},
|
|
|
- //判断图片规格
|
|
|
+ // 判断图片规格
|
|
|
beforeAvatarUpload(file) {
|
|
|
- let isJPG = false,
|
|
|
- isLt2M = false;
|
|
|
+ let isJPG = false
|
|
|
+ let isLt2M = false
|
|
|
if (file) {
|
|
|
if (
|
|
|
- file.type === "image/jpg" ||
|
|
|
- file.type === "image/png" ||
|
|
|
- file.type === "image/jpeg"
|
|
|
+ file.type === 'image/jpg' ||
|
|
|
+ file.type === 'image/png' ||
|
|
|
+ file.type === 'image/jpeg'
|
|
|
) {
|
|
|
- isJPG = true;
|
|
|
+ isJPG = true
|
|
|
}
|
|
|
- isLt2M = file.size / 1024 / 1024 < 1;
|
|
|
+ isLt2M = file.size / 1024 / 1024 < 1
|
|
|
if (!isJPG) {
|
|
|
- this.$message.error("图片格式不正确!");
|
|
|
+ this.$message.error('图片格式不正确!')
|
|
|
}
|
|
|
if (!isLt2M) {
|
|
|
- this.$message.error("图片大小不能超过 1MB!");
|
|
|
+ this.$message.error('图片大小不能超过 1MB!')
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- return isJPG && isLt2M;
|
|
|
+ return isJPG && isLt2M
|
|
|
},
|
|
|
- //图片上传失败
|
|
|
+ // 图片上传失败
|
|
|
UploadErrorEvent(res) {
|
|
|
- if (res !== "break") {
|
|
|
- this.$message.error("图片上传失败!");
|
|
|
- this.ruleForm.license_img = "";
|
|
|
- this.$refs.ruleForm.validateField("license_img");
|
|
|
+ if (res !== 'break') {
|
|
|
+ this.$message.error('图片上传失败!')
|
|
|
+ this.ruleForm.license_img = ''
|
|
|
+ this.$refs.ruleForm.validateField('license_img')
|
|
|
}
|
|
|
},
|
|
|
- //图片上传成功
|
|
|
+ // 图片上传成功
|
|
|
async UploadSuccessEvent(data) {
|
|
|
- const { url } = data;
|
|
|
- if (url === "noToken") {
|
|
|
- await this.logout();
|
|
|
+ const { url } = data
|
|
|
+ if (url === 'noToken') {
|
|
|
+ await this.logout()
|
|
|
} else {
|
|
|
- this.ruleForm.license_img = url;
|
|
|
- this.$message.success("图片上传成功!");
|
|
|
- this.$refs.ruleForm.validateField("license_img");
|
|
|
+ this.ruleForm.license_img = url
|
|
|
+ this.$message.success('图片上传成功!')
|
|
|
+ this.$refs.ruleForm.validateField('license_img')
|
|
|
}
|
|
|
- },
|
|
|
- },
|
|
|
-};
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|