|  | @@ -742,7 +742,7 @@
 | 
											
												
													
														|  |                        @click.native.prevent="
 |  |                        @click.native.prevent="
 | 
											
												
													
														|  |                          revokeplansRow(scope.$index, schedulingList, scope.row)
 |  |                          revokeplansRow(scope.$index, schedulingList, scope.row)
 | 
											
												
													
														|  |                        "
 |  |                        "
 | 
											
												
													
														|  | -                      :disabled="true"
 |  | 
 | 
											
												
													
														|  | 
 |  | +                      :disabled="scope.row.billStatus < 6"
 | 
											
												
													
														|  |                        >撤销</el-button
 |  |                        >撤销</el-button
 | 
											
												
													
														|  |                      >
 |  |                      >
 | 
											
												
													
														|  |                      <el-button
 |  |                      <el-button
 | 
											
										
											
												
													
														|  | @@ -1755,7 +1755,7 @@ export default {
 | 
											
												
													
														|  |          revokeFtmsorderbillsplans(row).then((response) => {
 |  |          revokeFtmsorderbillsplans(row).then((response) => {
 | 
											
												
													
														|  |            if (response.code == 200) {
 |  |            if (response.code == 200) {
 | 
											
												
													
														|  |              this.msgSuccess("成功撤回");
 |  |              this.msgSuccess("成功撤回");
 | 
											
												
													
														|  | -            this.$set(row, "billStatus", response.data.billStatus);
 |  | 
 | 
											
												
													
														|  | 
 |  | +            this.$set(row, "billStatus", 3);
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  |          });
 |  |          });
 | 
											
												
													
														|  |        } else {
 |  |        } else {
 |