LAPTOP-FO2T5SIU\35838 6 月之前
父节点
当前提交
be352ea893

+ 1 - 1
src/views/customerManagement/intentionalDeposit/addIntentionalDeposit.vue

@@ -10,7 +10,7 @@
               <el-col :span="3" class="col-txt"><span>{{ serialNumber }}</span></el-col>
             </el-row>
             <el-row>
-              <el-col :span="3" class="col-txt"><span>*应收金(元)</span></el-col>
+              <el-col :span="3" class="col-txt"><span>*应收意向金(元)</span></el-col>
               <el-col :span="9" class="col-input">
                 <el-form-item prop="receivableMoney">
                   <el-input v-model="form.receivableMoney" />

+ 3 - 2
src/views/customerManagement/numberManagement/index.vue

@@ -101,14 +101,14 @@
               <el-button
                 size="mini"
                 type="text"
-                :disabled="scope.row.statusStr === '已退房' || scope.row.statusStr === '放弃资格'"
+                :disabled="scope.row.statusStr === '已签约' || scope.row.statusStr === '已入驻' || scope.row.statusStr === '已退房' || scope.row.statusStr === '放弃资格'"
                 @click="handleHouse(scope.row)"
               >选房
               </el-button>
               <el-button
                 size="mini"
                 type="text"
-                :disabled="scope.row.statusStr === '已退房' || scope.row.statusStr === '放弃资格'"
+                :disabled="scope.row.statusStr === '已签约' || scope.row.statusStr === '已入驻' || scope.row.statusStr === '已退房' || scope.row.statusStr === '放弃资格'"
                 @click="handleSubscribe(scope.row)"
               >认购
               </el-button>
@@ -121,6 +121,7 @@
               <el-button
                 size="mini"
                 type="text"
+                :disabled="scope.row.statusStr === '已签约' || scope.row.statusStr === '已入驻' || scope.row.statusStr === '已退房' || scope.row.statusStr === '放弃资格'"
                 @click="handleIntentionalDeposit(scope.row)"
               >意向金
               </el-button>