Browse Source

撤销允许再度提交

lichao 3 năm trước cách đây
mục cha
commit
b7c73d3777
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/fleet/sendcar/AddOrUpdate.vue

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

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