| | |
| | | </div></el-col |
| | | > |
| | | </el-row> |
| | | <el-row v-if="userprofile.nickName == '陈慕华' && operationType == 'check'"> |
| | | <el-row |
| | | v-if="userprofile.nickName == '陈慕华' && operationType == 'check'" |
| | | > |
| | | <el-col :span="3" |
| | | ><div style="margin-bottom: 15px;"> |
| | | <el-button |
| | | type="success" |
| | | icon="el-icon-edit-outline" |
| | | @click="Manualcalculationfn" |
| | | >计算明细</el-button |
| | | >计算个税</el-button |
| | | > |
| | | </div></el-col |
| | | > |
| | |
| | | : "点击选择" |
| | | }}</el-button |
| | | > |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="idcardno" |
| | | align="center" |
| | | label="身份证号" |
| | | width="200" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.idcardno" placeholder="身份证号" /> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | |
| | | ); |
| | | return; |
| | | } |
| | | if (tempDetail.idcardno == null) { |
| | | this.$modal.msgWarning( |
| | | "服务项目表中,第" + |
| | | (k + 1).toString() + |
| | | "行的身份证未完善,请先填写身份证后再提交保存!" |
| | | ); |
| | | return; |
| | | } |
| | | |
| | | if (this.businessType == "1") { |
| | | if (tempDetail.servicesscope == null) { |
| | |
| | | }, |
| | | // 确认录入 |
| | | BatchentryFn() { |
| | | console.log(this.rbDetails[0]); |
| | | if (!this.rbDetails[0].applytype) { |
| | | this.rbDetails = []; |
| | | } |
| | | this.checkedCities.forEach(item => { |
| | | let rowData = { |
| | | orderno: null, |