From 13a2c58c6eb2026511384c22e06340901ccccdad Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 11 十月 2023 16:29:31 +0800 Subject: [PATCH] 发票编码 --- 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