This commit is contained in:
shijing 2022-11-15 13:06:24 +08:00
parent 411e2bb2b8
commit c6888bfb12
5 changed files with 8 additions and 3 deletions

View File

@ -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" : {

View File

@ -52,7 +52,8 @@ export default {
};
},
onLoad(params) {
this.type = params.type;
this.currentId = this.type = params.type;
this.typeName = params.typeName;
},
onShow() {

View File

@ -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

View File

@ -190,6 +190,7 @@
},
methods: {
showDcoordinatorPicker(){
//type:idtypeName
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

View File

@ -117,6 +117,7 @@
});
let ticket = {};
ticket.workflow = this.initform.workflow;
ticket.title = this.visitName;
ticket.ticket_data = {
visit: this.visitId,
name: this.visitName