|
|
@@ -43,7 +43,7 @@
|
|
|
size="mini"
|
|
|
@click="commitAudit()"
|
|
|
v-if="add_flat && parseInt(IsCompanyUser) === 1 && parseInt(activeName) === 3">
|
|
|
- 提交
|
|
|
+ 提1交
|
|
|
</el-button>
|
|
|
<el-button v-if="parseInt(IsCompanyUser) !== 1 && (this.formData.Status == '' || parseInt(this.formData.Status) === 0) " type="primary" size="mini" style="float: right;margin-left: 25px" @click="commitAudit()">
|
|
|
提交审批
|
|
|
@@ -1634,7 +1634,7 @@ export default {
|
|
|
commitAudit () {
|
|
|
this.saveEntity(1)
|
|
|
this.updateNumberEntityNoInfo()
|
|
|
- apiCert.checkSupplierCertCanSubmit(this.formData.Id, this.$axios)
|
|
|
+ apiCert.checkSupplierCertCanSubmit(this.certId, this.$axios)
|
|
|
.then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
this.selectAuditOrg()
|