|
|
@@ -24,6 +24,14 @@ Page({
|
|
|
label: "客户",
|
|
|
icon: "icon-tabkehu",
|
|
|
model: "#Client"
|
|
|
+ }, {
|
|
|
+ label: "附件",
|
|
|
+ icon: "icon-tabfujian1",
|
|
|
+ model: "#Files"
|
|
|
+ }, {
|
|
|
+ label: "操作记录",
|
|
|
+ icon: "icon-tabcaozuojilu1",
|
|
|
+ model: "#Record"
|
|
|
}],
|
|
|
"content": {
|
|
|
"type": 1,
|
|
|
@@ -153,7 +161,8 @@ Page({
|
|
|
res.data.orderinvoamount = CNY(res.data.orderinvoamount)
|
|
|
this.setData({
|
|
|
detail: res.data,
|
|
|
- 'content.title': res.data.title
|
|
|
+ 'content.title': res.data.title,
|
|
|
+ isLeader: res.data.userid == wx.getStorageSync('userMsg').userid
|
|
|
});
|
|
|
if (this.data.admin) this.getRests();
|
|
|
})
|