From 4faaa50ff4a44a07949f82271170bec1d9a9e8ef Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 11 十月 2023 16:06:23 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/crm-web into wn --- src/views/client/followupRecords/AddFollowupRecordsDialog.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/client/followupRecords/AddFollowupRecordsDialog.vue b/src/views/client/followupRecords/AddFollowupRecordsDialog.vue index 5604167..631c3cd 100644 --- a/src/views/client/followupRecords/AddFollowupRecordsDialog.vue +++ b/src/views/client/followupRecords/AddFollowupRecordsDialog.vue @@ -23,9 +23,6 @@ <div class="basic-info-view"> <el-row> <el-col :span="12" v-if="isUnflod"> - <!-- <el-form-item label="璺熻繘璁板綍缂栧彿" prop="number"> - <el-input v-model="editConfig.infomation.number" style="width: 100%"></el-input> - </el-form-item> --> <el-form-item label="璺熻繘璁板綍缂栧彿" prop="number"> <WordInput v-if="codenumer && (explain != '' || isIdDisabled)&&method == 0" @@ -452,6 +449,7 @@ }, methods: { formInfo(){ + this.objCode.type='璺熻繘璁板綍缂栫爜' this.objCode.codeStandID = '' if(this.editConfig.infomation.codeStandID){ this.objCode.codeStandID = this.editConfig.infomation.codeStandID; -- Gitblit v1.8.0