qukaidi 4 years ago
parent
commit
9fb64d749e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/fleet/sendcar/AddOrUpdate.vue

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

@@ -842,7 +842,7 @@
                       icon="el-icon-document-checked"
                       @click.native.prevent="selectStowage(scope.row)"
                       v-if="schedulingList[0].transProp == '1' && scope.row.billStatus >= 6"
-                      :disabled="scope.row.mBillNo"
+                      :disabled="scope.row.mBillNo?true:false"
                       v-hasPermi="['fleet:ftmsorderbillscars:edit']"
                       >配载</el-button
                     >