From e3ac616c2a3ef63073a454b9c91e6bff1e4243d0 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 26 六月 2024 18:45:26 +0800 Subject: [PATCH] 提交一把 --- company/src/components/business/OperaInsuranceApplyWindow.vue | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/company/src/components/business/OperaInsuranceApplyWindow.vue b/company/src/components/business/OperaInsuranceApplyWindow.vue index 2b46d54..2407d51 100644 --- a/company/src/components/business/OperaInsuranceApplyWindow.vue +++ b/company/src/components/business/OperaInsuranceApplyWindow.vue @@ -195,6 +195,8 @@ <el-button type="primary" style="width: 80px;" @click="search">鏌ヨ</el-button> <el-button @click="resetting" style="width: 80px;">閲嶇疆</el-button> <el-button type="primary" style="width: 80px;" @click="exportExcel" v-if="activeName === '0'">瀵煎嚭鍚嶅崟</el-button> + <el-button type="primary" style="width: 100px;" @click="$refs.OperaApplyChangeMonthWindow.open('鍔犲噺淇濊垂鐢ㄦ湀搴︾粺璁�',model)" v-if="activeName === '1'">璐圭敤缁熻鏌ヨ</el-button> + </el-form-item> </el-form> </div> @@ -308,13 +310,19 @@ :key="Math.random()" prop="addNum" align="center" - label="澧炲姞浜烘暟锛堜汉锛�"> + label="澧炲姞浜烘暟"> + <template scope="{row}"> + {{row.addNum||0}} 浜� + </template> </el-table-column> <el-table-column :key="Math.random()" prop="delNum" align="center" - label="鍑忓皯浜烘暟锛堜汉锛�"> + label="鍑忓皯浜烘暟 "> + <template scope="{row}"> + {{row.delNum||0}} 浜� + </template> </el-table-column> <el-table-column :key="Math.random()" @@ -338,7 +346,10 @@ :key="Math.random()" prop="fee" align="center" - label="璐圭敤鍙樻洿(鍏�)"> + label="璐圭敤鍙樻洿"> + <template scope="{row}"> + {{row.fee||0}}鍏� + </template> </el-table-column> <el-table-column :key="Math.random()" @@ -391,6 +402,9 @@ prop="changeNum" align="center" label="鏇存崲娲鹃仯鍗曚綅浜烘暟"> + <template scope="{row}"> + {{row.changeNum||0}} 浜� + </template> </el-table-column> <el-table-column :key="Math.random()" @@ -468,6 +482,7 @@ <!-- 楠岃瘉鎵嬫満鍙� --> <operaverifyPhoneNumberWindew ref="operaverifyPhoneNumberWindew" @success="goSign" /> <OperaPdfViewerWindow ref="OperaPdfViewerWindow" /> + <OperaApplyChangeMonthWindow ref="OperaApplyChangeMonthWindow" /> <template v-slot:footer> <el-button @click="visible=false">杩斿洖</el-button> </template> @@ -483,6 +498,7 @@ import factoryChange from '@/components/enterprise/factoryChange' import operaverifyPhoneNumberWindew from '@/components/business/operaverifyPhoneNumberWindew' import OperaApplyChangeDetailWindow from '@/components/business/OperaApplyChangeDetailWindow' +import OperaApplyChangeMonthWindow from '@/components/business/OperaApplyChangeMonthWindow' import OperaApplyChangeUnitDetailWindow from '@/components/business/OperaApplyChangeUnitDetailWindow' import applyReturn from '@/components/enterprise/applyReturn' @@ -504,6 +520,7 @@ applyReturn, additionSubtractionApplication, factoryChange, + OperaApplyChangeMonthWindow, OperaApplyChangeDetailWindow, OperaApplyChangeUnitDetailWindow, OperaInsuranceApplyAddWindow, -- Gitblit v1.9.3