|  |  |  | 
|---|
|  |  |  | type="text" | 
|---|
|  |  |  | size="small" | 
|---|
|  |  |  | v-if=" | 
|---|
|  |  |  | businessType == 2 || businessType == 3 || businessType == 4 | 
|---|
|  |  |  | businessType == 2 || | 
|---|
|  |  |  | businessType == 3 || | 
|---|
|  |  |  | businessType == 4 || | 
|---|
|  |  |  | businessType == 1 | 
|---|
|  |  |  | " | 
|---|
|  |  |  | >票据</el-button | 
|---|
|  |  |  | > | 
|---|
|  |  |  | 
|---|
|  |  |  | style="margin-top: 25px; margin-bottom: 5px" | 
|---|
|  |  |  | v-if="operationType == 'check' && userprofile.nickName == '陈慕华'" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <el-col :span="20"> | 
|---|
|  |  |  | <el-col :span="12"> | 
|---|
|  |  |  | <el-form-item label="预审材料" prop="infoid"> | 
|---|
|  |  |  | <el-radio-group v-model="form.checkstatus" align="left"> | 
|---|
|  |  |  | <el-radio :label="1">待申请材料</el-radio> | 
|---|
|  |  |  | <el-radio :label="2">审核通过等待邮寄纸质材料</el-radio> | 
|---|
|  |  |  | <el-radio :label="3">已收到报销材料</el-radio> | 
|---|
|  |  |  | </el-radio-group> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="12"> | 
|---|
|  |  |  | <el-form-item label="算税状态" prop="infoid"> | 
|---|
|  |  |  | <el-radio-group v-model="form.istax" align="left"> | 
|---|
|  |  |  | <el-radio :label="2">待算税</el-radio> | 
|---|
|  |  |  | <el-radio :label="1">已算税</el-radio> | 
|---|
|  |  |  | </el-radio-group> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | 
|---|
|  |  |  | this.$modal.msgWarning( | 
|---|
|  |  |  | "服务项目表中,第" + | 
|---|
|  |  |  | (k + 1).toString() + | 
|---|
|  |  |  | "行的服务人员姓名为选择,请选择人员后再提交保存!" | 
|---|
|  |  |  | "行的人员姓名为空,请选择人员后再提交保存!" | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | return; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (tempDetail.unitname == null) { | 
|---|
|  |  |  | this.$modal.msgWarning( | 
|---|
|  |  |  | "服务项目表中,第" + | 
|---|
|  |  |  | (k + 1).toString() + | 
|---|
|  |  |  | "行的专家单位为空,请选择单位后再提交保存!" | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | return; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | ) { | 
|---|
|  |  |  | this.accountlist.map(res => { | 
|---|
|  |  |  | if (res.id == this.accountselectform.accountname) { | 
|---|
|  |  |  | console.log(res, "res"); | 
|---|
|  |  |  | const hasIdOne = this.rbDetails.some( | 
|---|
|  |  |  | obj => obj.beneficiaryname == res.username | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | if (hasIdOne) { | 
|---|
|  |  |  | this.$modal.msgWarning( | 
|---|
|  |  |  | "服务项目表中,人员名称:" + | 
|---|
|  |  |  | res.username + | 
|---|
|  |  |  | "重复,请注意核对信息!" | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | this.rbDetails[tempIndex].beneficiaryno = res.userno; | 
|---|
|  |  |  | this.rbDetails[tempIndex].beneficiaryname = res.username; | 
|---|
|  |  |  | this.rbDetails[tempIndex].depositbank = res.depositbank; | 
|---|