|
@@ -90,6 +90,9 @@
|
|
|
<el-form-item label-width="120px" label="其他需求:">
|
|
|
<el-input type="textarea" v-model="ruleForm.otherneeds"></el-input>
|
|
|
</el-form-item>
|
|
|
+ <el-form-item label-width="120px" label="公务需求:">
|
|
|
+ <el-input type="textarea" v-model="ruleForm.Officialneeds"></el-input>
|
|
|
+ </el-form-item>
|
|
|
</el-form>
|
|
|
<el-form class="approval-box">
|
|
|
<el-form-item label-width="160px" label="出国任务审批部门名称:">
|
|
@@ -177,6 +180,7 @@ export default {
|
|
|
purposevisit: '',
|
|
|
specialneeds: '',
|
|
|
otherneeds: '',
|
|
|
+ Officialneeds:'',
|
|
|
approvalname: '',
|
|
|
approvalnumber1: '',
|
|
|
approvalnumber2: '',
|
|
@@ -405,6 +409,7 @@ export default {
|
|
|
that.ruleForm.purposevisit = datagroup.visitPurpose;
|
|
|
that.ruleForm.specialneeds = datagroup.specialNeeds;
|
|
|
that.ruleForm.otherneeds = datagroup.otherNeeds;
|
|
|
+ that.ruleForm.Officialneeds = datagroup.officialneeds;//公务需求
|
|
|
that.ruleForm.approvalname = datagroup.cgrwspbmmc;
|
|
|
that.ruleForm.approvalnumber1 = datagroup.cgrwspwh;
|
|
|
that.ruleForm.censorshipdepartment = datagroup.zzscbmmc;
|
|
@@ -414,7 +419,6 @@ export default {
|
|
|
that.ruleForm.OP = datagroup.teamDid;
|
|
|
that.ruleForm.grades = datagroup.teamLevSId;
|
|
|
that.ruleForm.person = datagroup.jietuanOperator;
|
|
|
- debugger
|
|
|
that.ruleForm.opRoyaltyLv = parseInt(datagroup.opRoyaltyLv);
|
|
|
that.ruleForm.opRoyaltyRemark = datagroup.opRoyaltyRemark;
|
|
|
}
|
|
@@ -460,6 +464,7 @@ export default {
|
|
|
visitPurpose: that.ruleForm.purposevisit,
|
|
|
specialNeeds: that.ruleForm.specialneeds,
|
|
|
otherNeeds: that.ruleForm.otherneeds,
|
|
|
+ officialneeds:that.ruleForm.Officialneeds,//公务需求
|
|
|
cgrwspbmmc: that.ruleForm.approvalname,
|
|
|
cgrwspwh: that.ruleForm.approvalnumber1,
|
|
|
zzscbmmc: that.ruleForm.censorshipdepartment,
|