|
@@ -12,6 +12,12 @@ Page({
|
|
|
showTeams: false,
|
|
|
teams: []
|
|
|
},
|
|
|
+ toServiceBillDetail() {
|
|
|
+ console.log("查看来源申请单", this.data.billData)
|
|
|
+ wx.navigateTo({
|
|
|
+ url: '/Eservice/saler/serviceBillDetail/index?id=' + this.data.billData.sa_serviceorderid,
|
|
|
+ })
|
|
|
+ },
|
|
|
async mainData() {
|
|
|
const res = await api._post({
|
|
|
"id": "20230208140103",
|
|
@@ -214,7 +220,7 @@ Page({
|
|
|
if (!teams.some(v => v.userid == this.data.actLeader.userid)) {
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
const res = await api._post({
|
|
|
"id": "20220930103703",
|
|
|
"content": {
|