|
@@ -23,7 +23,6 @@ Page({
|
|
|
"sa_workorder_confirmationid": this.data.id
|
|
|
}
|
|
|
})
|
|
|
- console.log("123123", res.data)
|
|
|
this.setData({
|
|
|
mainData: res.data,
|
|
|
sa_serviceorderid: res.data.workorder.sa_serviceorderid,
|
|
@@ -35,7 +34,6 @@ Page({
|
|
|
setInputData() {
|
|
|
let that = this
|
|
|
that.data.mainData.confirmationcontent.forEach(e => {
|
|
|
-
|
|
|
Object.keys(e).map((key, index) => {
|
|
|
that.setData({
|
|
|
paidServiceAmount: that.data.paidServiceAmount + e[key].amount
|
|
@@ -160,7 +158,6 @@ Page({
|
|
|
this.data.mainData.confirmationcontent.forEach(e => {
|
|
|
Object.keys(e).map((key, index) => {
|
|
|
if (key.includes(keyValue)) {
|
|
|
- console.log(e)
|
|
|
e[key].confirm_value = data.detail.value
|
|
|
}
|
|
|
})
|