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