|
|
@@ -248,6 +248,16 @@ function save() {
|
|
|
uni.navigateBack();
|
|
|
},
|
|
|
})
|
|
|
+ $Http.basic({
|
|
|
+ id: 20230206101403,
|
|
|
+ content: {
|
|
|
+ sa_serviceorderid: res.data.sa_serviceorderid,
|
|
|
+ backreason: "",
|
|
|
+ issumbit: 1
|
|
|
+ }
|
|
|
+ }).then(res => {
|
|
|
+ console.log("提交工单", res);
|
|
|
+ })
|
|
|
}
|
|
|
}).catch(err => {
|
|
|
loading.value = false;
|
|
|
@@ -325,6 +335,7 @@ function changeItem(item) {
|
|
|
}
|
|
|
|
|
|
import { BrowserMultiFormatReader } from '@zxing/library';
|
|
|
+import http from '../../uni_modules/uview-plus/libs/function/http';
|
|
|
function openScan() {
|
|
|
uni.chooseImage({
|
|
|
count: 1,
|