gjy 2 anni fa
parent
commit
0f48bc0ab4

+ 2 - 0
src/views/houseSelfCollect/inspectionManagementNew.vue

@@ -2905,10 +2905,12 @@ export default {
                   })
                   })
               } else if (this.statusTypetext == '复检') {
               } else if (this.statusTypetext == '复检') {
                 this.deptBudgetList.flag = 1
                 this.deptBudgetList.flag = 1
+                this.$delete(this.deptBudgetList,'statusFlag')
                 getinspectEdit(this.deptBudgetList)
                 getinspectEdit(this.deptBudgetList)
                   .toPromise()
                   .toPromise()
                   .then((response) => {
                   .then((response) => {
                     this.deptBudgetList.id=kid
                     this.deptBudgetList.id=kid
+                    this.deptBudgetList.statusFlag = 1
                     addstorageputList(this.deptBudgetList)
                     addstorageputList(this.deptBudgetList)
                       .toPromise()
                       .toPromise()
                       .then((response) => {
                       .then((response) => {

+ 3 - 3
src/views/tranManagement/tranManagementVehicleDispatching.vue

@@ -177,7 +177,7 @@
               </el-col>
               </el-col>
               <el-col :span="8">
               <el-col :span="8">
                 <el-form-item label="车牌号:" span="1" prop="carNo" label-width="125px">
                 <el-form-item label="车牌号:" span="1" prop="carNo" label-width="125px">
-                  <!-- <el-select :disabled="item.status == '已装车'" v-model="item.carNo" placeholder="请选择车牌号"
+                  <el-select :disabled="item.id" v-model="item.carNo" placeholder="请选择车牌号"
                     filterable clearable class="row-item" @change="
                     filterable clearable class="row-item" @change="
                                (val) => {
                                (val) => {
                                  carNochange(val, item.tranCarIndex)
                                  carNochange(val, item.tranCarIndex)
@@ -185,8 +185,8 @@
                              ">
                              ">
                     <el-option v-for="(items, index) in carNoList" :key="index" :label="items.carNumber"
                     <el-option v-for="(items, index) in carNoList" :key="index" :label="items.carNumber"
                       :value="items.carNumber" />
                       :value="items.carNumber" />
-                  </el-select> -->
-                  <el-input :disabled="readonly" v-model="item.carNo" placeholder="" maxlength="120" size="small" />
+                  </el-select>
+                  <!-- <el-input :disabled="readonly" v-model="item.carNo" placeholder="" maxlength="120" size="small" /> -->
                 </el-form-item>
                 </el-form-item>
               </el-col>
               </el-col>
               <el-col :span="8">
               <el-col :span="8">