1115
This commit is contained in:
parent
411e2bb2b8
commit
c6888bfb12
|
@ -2,8 +2,8 @@
|
|||
"name" : "曲阳金隅EHS",
|
||||
"appid" : "__UNI__B00D419",
|
||||
"description" : "曲阳金隅EHS",
|
||||
"versionName" : "1.01.15",
|
||||
"versionCode" : 101015,
|
||||
"versionName" : "1.01.17",
|
||||
"versionCode" : 101017,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
|
|
@ -52,7 +52,8 @@ export default {
|
|||
};
|
||||
},
|
||||
onLoad(params) {
|
||||
this.type = params.type;
|
||||
this.currentId = this.type = params.type;
|
||||
|
||||
this.typeName = params.typeName;
|
||||
},
|
||||
onShow() {
|
||||
|
|
|
@ -229,6 +229,7 @@
|
|||
let that = this;
|
||||
let ticket = {};
|
||||
ticket.workflow = that.initform.workflow;
|
||||
ticket.title = that.rpjName;
|
||||
ticket.ticket_data = {
|
||||
rpj: that.rpj,
|
||||
name:that.rpjName
|
||||
|
|
|
@ -190,6 +190,7 @@
|
|||
},
|
||||
methods: {
|
||||
showDcoordinatorPicker(){
|
||||
//type:对应的id字段,typeName对应的姓名的文字显示
|
||||
let params='?type=receptionist&typeName=receptionist_name'
|
||||
uni.navigateTo({
|
||||
url:"../../comm/userSelect/index"+params
|
||||
|
@ -243,6 +244,7 @@
|
|||
if (res.err_msg) {
|
||||
} else {
|
||||
that.visit = res.id;
|
||||
that.formData.id = res.id;
|
||||
let params = `?visit=${res.id}&visitName=${that.formData.name}`;
|
||||
uni.navigateTo({
|
||||
url: '/pages/workSpace/visit/vpeopleList'+params
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
});
|
||||
let ticket = {};
|
||||
ticket.workflow = this.initform.workflow;
|
||||
ticket.title = this.visitName;
|
||||
ticket.ticket_data = {
|
||||
visit: this.visitId,
|
||||
name: this.visitName
|
||||
|
|
Loading…
Reference in New Issue