|
|
@@ -53,7 +53,7 @@
|
|
|
size="mini"
|
|
|
@click="commitAudit()"
|
|
|
v-if="add_flat && parseInt(IsCompanyUser) === 1 && parseInt(activeName) === 3">
|
|
|
- 提2交
|
|
|
+ 提交
|
|
|
</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()">
|
|
|
提交审批
|
|
|
@@ -1333,9 +1333,9 @@ export default {
|
|
|
this.certId,
|
|
|
this.formDataCert.InStyle
|
|
|
)
|
|
|
- /*if (this.formData.InStyle == '2' || this.formData.InStyle == '6' || this.formData.InStyle == '4') {
|
|
|
+ /* if (this.formData.InStyle == '2' || this.formData.InStyle == '6' || this.formData.InStyle == '4') {
|
|
|
this.allowpre = false
|
|
|
- }*/
|
|
|
+ } */
|
|
|
})
|
|
|
.catch(err => {
|
|
|
console.error(err)
|