|
|
@@ -19,7 +19,7 @@
|
|
|
src="@/assets/drainageCode/zhengyan.png" />
|
|
|
</div>
|
|
|
<div v-else class="tuomin_appcontactphone">
|
|
|
- <el-input :readonly="!!row.appcontactphone" :disabled="!row.appcontactphone" style="width: 70%;"
|
|
|
+ <el-input :readonly="!!row.appcontactphone" :disabled="!row.appcontactphone" style="width: 70%;"
|
|
|
:value="row.appcontactphone.replace(/(\w{3})\w*(\w{4})/, '$1****$2')" placeholder="请输入客户电话" />
|
|
|
<img v-if="showFlag != '0'" @click="tuominFlag = !tuominFlag" class="tuomin_btn"
|
|
|
src="@/assets/drainageCode/biyan.png" />
|
|
|
@@ -196,7 +196,7 @@
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
+
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="回访内容" prop="hfmsg">
|
|
|
<el-input style="max-width: 100%" :autosize="{ minRows: 2 }" type="textarea" :readonly="!!addEditForm.hfmsg" :disabled="!addEditForm.hfmsg" v-model="addEditForm.hfmsg" placeholder="请输入内容">
|
|
|
@@ -238,7 +238,6 @@
|
|
|
import {
|
|
|
addEditHf,
|
|
|
getHfList,
|
|
|
- oneRenewal,
|
|
|
dictSelect,
|
|
|
deleteRow,
|
|
|
} from "@/api/carHfManage";
|
|
|
@@ -259,7 +258,7 @@ export default {
|
|
|
],
|
|
|
},
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
getHfListData: [],
|
|
|
getHfListList: [
|
|
|
@@ -426,7 +425,7 @@ export default {
|
|
|
sypolicyno,
|
|
|
};
|
|
|
} else {
|
|
|
-
|
|
|
+
|
|
|
this.addOrEdit = "编辑";
|
|
|
this.addEditForm = row;
|
|
|
}
|
|
|
@@ -444,13 +443,13 @@ export default {
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
|
-
|
|
|
+
|
|
|
deleteRow(scope.row.keyId).then((res) => {
|
|
|
that.$message({
|
|
|
type: "success",
|
|
|
message: "删除成功!",
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
that.querygetHfList();
|
|
|
});
|
|
|
})
|
|
|
@@ -527,7 +526,7 @@ export default {
|
|
|
queryDictionary() {
|
|
|
const proArr = [];
|
|
|
const list = [
|
|
|
-
|
|
|
+
|
|
|
"QW_HFTYPE",//状态
|
|
|
"QW_HFSTATUS",//方式
|
|
|
|