浏览代码

公司代码

xhj 2 年之前
父节点
当前提交
85f4b33af8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      card/create/create.vue

+ 3 - 0
card/create/create.vue

@@ -177,6 +177,7 @@ export default {
 			city: '',
 			areaCode: '',
 			morCity: [],
+			companyCode:'',
 			location:{},
 			longitude:'',
 			latitude:'',
@@ -228,6 +229,7 @@ export default {
 						this.companyName = this.employmentInfo.branchName
 						this.job = this.employmentInfo.actrankName
 						this.inDate = this.employmentInfo.inDate
+						this.companyCode = this.employmentInfo.branchNo
 					}
 					else return req.msg("员工信息不存在")
 					resolve();
@@ -525,6 +527,7 @@ export default {
 			dataP.jobNumber = this.jobNumber;
 			dataP.honorImg = this.honorImgUrls.join(',');
 			dataP.styleImg = this.styleImgUrls.join(',');
+			dataP.companyCode = this.companyCode
 			var url = '';
 			if (this.id) {
 				dataP.id = this.id;