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