| | |
| | | </el-table-column> |
| | | </el-table> |
| | | <div class="info" v-if="item"> |
| | | <span v-if="item.specialAgreement">{{item.specialAgreement}}</span> |
| | | <span v-if="item.specialInfo">{{item.specialInfo}}</span> |
| | | <span v-if="item.ortherInfo">{{item.ortherInfo}}</span> |
| | | <span v-if="item.specialAgreement" v-html="item.specialAgreement"></span> |
| | | <span v-if="item.specialInfo" v-html="item.specialInfo"> </span> |
| | | <span v-if="item.ortherInfo" v-html="item.ortherInfo"></span> |
| | | </div> |
| | | <!-- 选择员工 --> |
| | | <selectEmployees ref="selectEmployees" @result="getValue" /> |
| | |
| | | export default { |
| | | name: 'OperaInsuranceApplyAddWindow', |
| | | extends: BaseOpera, |
| | | components: { GlobalWindow, selectEmployees, addEmployee,importEmployees, confirmJobType, detailsPolicyholder |
| | | components: { |
| | | GlobalWindow, selectEmployees, addEmployee, importEmployees, confirmJobType, detailsPolicyholder |
| | | // , OperaWtbApplyShopWindow, OperaInsuranceApplyDetails |
| | | }, |
| | | data () { |
| | |
| | | item.idCard = item.idcardNo |
| | | item.fee = '' |
| | | if (this.type === 1) { |
| | | item.duName = '' |
| | | item.duId = '' |
| | | item.worktypeId = '' |
| | | item.workTypeName = '' |
| | | // item.duName = '' |
| | | // item.duId = '' |
| | | // item.worktypeId = '' |
| | | // item.workTypeName = '' |
| | | } |
| | | }) |
| | | this.tableData = res |
| | |
| | | sums[index] = '总价' |
| | | } else if (index === 7) { |
| | | if(this.item || this.item.type == 1){ |
| | | sums[index] = "-" |
| | | sums[index] = '-' |
| | | }else{ |
| | | let total = 0 |
| | | this.tableData.forEach(item => { |
| | |
| | | }) |
| | | }) |
| | | this.tableData.forEach(item => { |
| | | if(this.item.type != 0){ |
| | | item.fee = this.price |
| | | } |
| | | }) |
| | | }, |
| | | dele (index) { |