|
@@ -1266,7 +1266,7 @@
|
|
|
</el-button>
|
|
|
<el-button type="primary"
|
|
|
v-if="form.fBillstatus != 11 ||form.moneyStatus == null || form.moneyStatus != null && form.moneyStatus >= 4"
|
|
|
- @click="addOrUpdateHandle(form,'f_billstatus')"
|
|
|
+ @click="addOrUpdateHandle('f_billstatus')"
|
|
|
>查看审批
|
|
|
</el-button>
|
|
|
<el-button icon="el-icon-arrow-left" type="danger" v-if="cancelButton === true" @click="cancel">返回列表</el-button>
|
|
@@ -2130,7 +2130,7 @@ export default {
|
|
|
let actId = ''
|
|
|
if (this.form.fBillstatus < 6) {
|
|
|
actId = '410'
|
|
|
- this.$refs.ApprovalComments.init(form.fId,actId,status,this.form.fMblno)
|
|
|
+ this.$refs.ApprovalComments.init(form.fId,status,actId,this.form.fMblno)
|
|
|
} else if (this.form.moneyStatus != null && this.form.moneyStatus < 6) {
|
|
|
actId = '460'
|
|
|
this.$refs.ApprovalComments.init(form.fId,status,actId)
|