| xqd
@@ -10,6 +10,7 @@ Page({
|
|
|
date: "",
|
|
|
project_id: "",
|
|
|
datainfo: {},
|
|
|
+ order_sn: "",
|
|
|
th: ["租赁设备", "提交人", "金额"],
|
|
|
td: [
|
|
|
[
|
| xqd
@@ -42,7 +43,8 @@ Page({
|
|
|
this.setData({
|
|
|
date: options.date,
|
|
|
project_id: options.id - 0,
|
|
|
- dates: options.dates
|
|
|
+ dates: options.dates,
|
|
|
+ order_sn: options.order_sn
|
|
|
})
|
|
|
this.getOrderDetails()
|
|
|
},
|
| xqd
@@ -59,7 +61,8 @@ Page({
|
|
|
data: {
|
|
|
date: this.data.date,
|
|
|
project_id: this.data.project_id,
|
|
|
- dates: this.data.dates
|
|
|
+ dates: this.data.dates,
|
|
|
+ order_sn: this.data.order_sn
|
|
|
},
|
|
|
success: (res) => {
|
|
|
console.log(res)
|