签字有效期取消

This commit is contained in:
liuxi 2025-02-27 10:09:54 +08:00
parent 3a9ee22ef1
commit ad0812bc36
3 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
</div>
</el-col>
<el-col :span="24">
<!-- <el-col :span="24">
<div class="flex-row-center align-items-center height-40 mb-24">
<span class="tabs__search-criteria-title flex-shrink-0 pr-16" style="width:100px">签字有效时间</span>
<el-select v-model="ObjectInfo.deadNum"
@ -34,7 +34,7 @@
<el-option label="5天" value="5"></el-option>
</el-select>
</div>
</el-col>
</el-col> -->
</el-row>

View File

@ -753,7 +753,7 @@ export default {
this.startTimer()
}
} catch (err) {
this.$message.error('呼叫失败' + err.message)
this.$message.error('呼叫失败,请确定是否已分配坐席!')
console.log('呼叫失败',err.message)
this.calling = false
this.callingFail()

View File

@ -19,7 +19,7 @@
</div>
<!-- :disabled="item.documentStaus.code != 2 ? true : false" -->
</el-col>
<el-col :span="24">
<!-- <el-col :span="24">
<div class="flex-row-center align-items-center height-40">
<span class="tabs__search-criteria-title flex-shrink-0 pr-16" style="width:100px">签字有效时间</span>
<el-select v-model="ObjectInfo.deadNum" size="small"
@ -31,7 +31,7 @@
<el-option label="5天" value="5"></el-option>
</el-select>
</div>
</el-col>
</el-col> -->
</el-row>
</el-collapse-transition>
</div>