Sfoglia il codice sorgente

撤销允许再度提交

lichao 3 anni fa
parent
commit
b7c73d3777
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"
                         icon="el-icon-document-checked"
                         @click.native.prevent="addscarsRow(scope.row)"
                         @click.native.prevent="addscarsRow(scope.row)"
                         :disabled="
                         :disabled="
-                        scope.row.billStatus >= 6 || scope.row.billStatus == 3
+                        scope.row.billStatus >= 6
                       "
                       "
                         v-hasPermi="['fleet:ftmsorderbillscars:edit']"
                         v-hasPermi="['fleet:ftmsorderbillscars:edit']"
                     >提交</el-button
                     >提交</el-button