|
|
|
@ -127,7 +127,7 @@
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: -10px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="企业类别:" label-width="150px" prop="classes">
|
|
|
|
|
<el-select
|
|
|
|
@ -158,7 +158,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: -10px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="联系人:" label-width="150px" prop="contacts">
|
|
|
|
|
<el-input
|
|
|
|
@ -183,7 +183,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: -10px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="联系电话:" label-width="150px" prop="mobile">
|
|
|
|
|
<el-input
|
|
|
|
@ -208,7 +208,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: -10px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="证件类型:" label-width="150px" prop="contactsPapersType">
|
|
|
|
|
<el-select
|
|
|
|
@ -235,7 +235,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: -10px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="登记状态:" label-width="150px" prop="registerStatus">
|
|
|
|
|
<el-select
|
|
|
|
@ -265,7 +265,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: -10px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="经营许可证发证机关:" label-width="150px" prop="jyxkzfzjg">
|
|
|
|
|
<el-input
|
|
|
|
@ -285,13 +285,14 @@
|
|
|
|
|
type="date"
|
|
|
|
|
placeholder="选择日期"
|
|
|
|
|
:disabled="companyEditDisabled"
|
|
|
|
|
value-format="yyyy-MM-dd"
|
|
|
|
|
>
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: -10px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="经营备案凭证号:" label-width="150px" prop="jybapzh">
|
|
|
|
|
<el-input
|
|
|
|
@ -316,7 +317,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: -10px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="发证日期:" label-width="150px" prop="fzrq">
|
|
|
|
|
<el-date-picker
|
|
|
|
@ -325,6 +326,7 @@
|
|
|
|
|
type="date"
|
|
|
|
|
placeholder="选择日期"
|
|
|
|
|
:disabled="companyEditDisabled"
|
|
|
|
|
value-format="yyyy-MM-dd"
|
|
|
|
|
>
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -342,7 +344,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: -10px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="开户行:" label-width="150px" prop="kaihuhang">
|
|
|
|
|
<el-input
|
|
|
|
@ -856,6 +858,7 @@ export default {
|
|
|
|
|
filePath3: "",
|
|
|
|
|
filePath4: "",
|
|
|
|
|
},
|
|
|
|
|
oldData: {},
|
|
|
|
|
headers: {},
|
|
|
|
|
classesDisplay: false,
|
|
|
|
|
selectedOptions: [],
|
|
|
|
@ -1045,7 +1048,6 @@ export default {
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
console.log("error submit!!");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
@ -1073,7 +1075,6 @@ export default {
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
console.log("error submit!!");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
@ -1085,6 +1086,7 @@ export default {
|
|
|
|
|
} else {
|
|
|
|
|
this.companyEditDisabled = true;
|
|
|
|
|
this.companyEditButtonStr = "编辑";
|
|
|
|
|
this.getData();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
addUpdateLog(formName) {
|
|
|
|
@ -1109,7 +1111,6 @@ export default {
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
console.log("error submit!!");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
@ -1120,7 +1121,6 @@ export default {
|
|
|
|
|
customerId: store.getters.customerId,
|
|
|
|
|
};
|
|
|
|
|
getCompany(tquery).then((response) => {
|
|
|
|
|
console.log(response)
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.inputQuery = response.data;
|
|
|
|
|
this.inputQuery.bussinessStatus = this.inputQuery.bussinessStatus + "";
|
|
|
|
@ -1375,11 +1375,8 @@ export default {
|
|
|
|
|
this.inputQuery.areaCode = value.toString();
|
|
|
|
|
},
|
|
|
|
|
uploadHandleRemove(file, fileList) {
|
|
|
|
|
console.log(file, fileList);
|
|
|
|
|
},
|
|
|
|
|
uploadHandlePreview(file) {
|
|
|
|
|
console.log(file);
|
|
|
|
|
console.log(this.fileList);
|
|
|
|
|
},
|
|
|
|
|
uploadHandleExceed(files, fileList) {
|
|
|
|
|
this.$message.warning(`当前限制选择 1 个文件,本次选择了 ${files.length} 个文件,共选择了 ${files.length + fileList.length} 个文件`);
|
|
|
|
@ -1411,7 +1408,6 @@ export default {
|
|
|
|
|
return isLt;
|
|
|
|
|
},
|
|
|
|
|
uploadHandleSuccess(response, file, fileList) {
|
|
|
|
|
console.log(response)
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.uploadFilePath('', response.data.name);
|
|
|
|
|
|
|
|
|
@ -1433,7 +1429,6 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
uploadHandleSuccess2(response, file, fileList) {
|
|
|
|
|
console.log(response)
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.uploadFilePath('2', response.data.name);
|
|
|
|
|
|
|
|
|
@ -1454,7 +1449,6 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
uploadHandleSuccess3(response, file, fileList) {
|
|
|
|
|
console.log(response)
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.uploadFilePath('3', response.data.name);
|
|
|
|
|
|
|
|
|
@ -1473,7 +1467,6 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
uploadHandleSuccess4(response, file, fileList) {
|
|
|
|
|
console.log(response)
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.uploadFilePath('4', response.data.name);
|
|
|
|
|
|
|
|
|
|