소스 검색

撤销允许再度提交

lichao 3 년 전
부모
커밋
ea171a38fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/fleet/scheduling/AddOrUpdate.vue

+ 1 - 1
src/views/fleet/scheduling/AddOrUpdate.vue

@@ -778,7 +778,7 @@
                       icon="el-icon-document-checked"
                       @click.native.prevent="addplansRow(scope.row)"
                       :disabled="
-                        scope.row.billStatus == 3 || scope.row.billStatus == 6
+                        scope.row.billStatus == 6
                       "
                       v-hasPermi="['fleet:ftmsorderbillsplans:edit']"
                       >提交</el-button