|
@@ -31,6 +31,7 @@
|
|
|
<!--<el-button type="primary" size="mini" style="margin-left: 8px" @click="AuditEntity" v-if="auditBtn && this.formData.Status != '6'">1{{auditTitle}}</el-button>-->
|
|
<!--<el-button type="primary" size="mini" style="margin-left: 8px" @click="AuditEntity" v-if="auditBtn && this.formData.Status != '6'">1{{auditTitle}}</el-button>-->
|
|
|
<el-button type="primary" size="mini" style="margin-left: 8px" @click="secUnitSeparateAuditClick()" v-if="auditBtn && parseInt(this.formData.Status) === 10">分办</el-button>
|
|
<el-button type="primary" size="mini" style="margin-left: 8px" @click="secUnitSeparateAuditClick()" v-if="auditBtn && parseInt(this.formData.Status) === 10">分办</el-button>
|
|
|
<el-button type="primary" size="mini" style="margin-left: 8px" @click="paySureClick()" v-if="auditBtn && parseInt(this.formData.Status) === 6">交费</el-button>
|
|
<el-button type="primary" size="mini" style="margin-left: 8px" @click="paySureClick()" v-if="auditBtn && parseInt(this.formData.Status) === 6">交费</el-button>
|
|
|
|
|
+ <el-button type="primary" size="mini" style="margin-left: 8px" @click="commonAuditClick" v-if="auditBtn && this.formData.Status === '7'">审批入库</el-button>
|
|
|
<el-button type="primary" size="mini" style="margin-left: 8px;" onclick="window.history.go(-1)">返回</el-button>
|
|
<el-button type="primary" size="mini" style="margin-left: 8px;" onclick="window.history.go(-1)">返回</el-button>
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|
|
@@ -1181,6 +1182,8 @@
|
|
|
} else if (this.formData.Status === '6') {
|
|
} else if (this.formData.Status === '6') {
|
|
|
this.auditTitle = '确认交费'
|
|
this.auditTitle = '确认交费'
|
|
|
this.auditstepcode = 'PAYING_FEE'
|
|
this.auditstepcode = 'PAYING_FEE'
|
|
|
|
|
+ } else if (_this.formData.Status === '7') {
|
|
|
|
|
+ this.auditstepcode = 'PROF_REGULATION_STORAGE'
|
|
|
} else if (_this.formData.Status === '10') {
|
|
} else if (_this.formData.Status === '10') {
|
|
|
this.auditstepcode = 'SUB_OFFICE_WZ'
|
|
this.auditstepcode = 'SUB_OFFICE_WZ'
|
|
|
}
|
|
}
|
|
@@ -1349,13 +1352,13 @@
|
|
|
api2.separateAuditEntity(this.AppendId, params, this.$axios).then(res => {
|
|
api2.separateAuditEntity(this.AppendId, params, this.$axios).then(res => {
|
|
|
if (res.data.code === 0) {
|
|
if (res.data.code === 0) {
|
|
|
console.log('审批提交,成功返回')
|
|
console.log('审批提交,成功返回')
|
|
|
- this.initDatas()
|
|
|
|
|
this.$message({
|
|
this.$message({
|
|
|
type: 'success',
|
|
type: 'success',
|
|
|
message: res.data.message
|
|
message: res.data.message
|
|
|
})
|
|
})
|
|
|
this.btnloading = false
|
|
this.btnloading = false
|
|
|
this.dialogSecUnitSeparateVisible = false
|
|
this.dialogSecUnitSeparateVisible = false
|
|
|
|
|
+ this.initDatas() // TODO 弹框提示
|
|
|
} else {
|
|
} else {
|
|
|
this.$message({
|
|
this.$message({
|
|
|
type: 'warning',
|
|
type: 'warning',
|