|
|
@@ -21,6 +21,16 @@ Page({
|
|
|
icon: "icon-guanlian-shanchu"
|
|
|
}]
|
|
|
},
|
|
|
+ async onMXDelete(data) {
|
|
|
+ let itemid = data.detail.sa_serviceorderitemsid
|
|
|
+ const res = await api._post({
|
|
|
+ "id": "20230206162003",
|
|
|
+ "content": {
|
|
|
+ "sa_serviceorderitemsids": [itemid]
|
|
|
+ }
|
|
|
+ })
|
|
|
+ this.productmx()
|
|
|
+ },
|
|
|
async mainData() {
|
|
|
const res = await api._post({
|
|
|
"id": "20230206091603",
|