|
@@ -1532,6 +1532,7 @@
|
|
|
<el-select
|
|
|
v-model="scope.row.fFeeid"
|
|
|
clearable
|
|
|
+ filterable
|
|
|
placeholder="费用名称"
|
|
|
:disabled="browseStatus"
|
|
|
>
|
|
@@ -1907,6 +1908,7 @@
|
|
|
<el-select
|
|
|
v-model="scope.row.fFeeid"
|
|
|
clearable
|
|
|
+ filterable
|
|
|
placeholder="费用名称"
|
|
|
:disabled="browseStatus"
|
|
|
>
|
|
@@ -3025,7 +3027,7 @@
|
|
|
>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
- v-if="approVal === true && form.fBillstatus == 6"
|
|
|
+ v-if="approVal === true && form.fBillstatus >= 4 && form.fBillstatus < 6"
|
|
|
@click="addOrUpdateHand(form, 'f_billstatus')"
|
|
|
>审批</el-button
|
|
|
>
|