Explorar el Código

核销时添加核销人

1410417013 hace 7 meses
padre
commit
cbc625d3fe
Se han modificado 2 ficheros con 8 adiciones y 4 borrados
  1. 5 3
      pages/mine/mine.vue
  2. 3 1
      unpackage/dist/dev/mp-weixin/pages/mine/mine.js

+ 5 - 3
pages/mine/mine.vue

@@ -259,13 +259,15 @@ const saomaH = (val) => {
 }
 //查询人员身份
 async function saomaCha() {
+	console.log('oo')
 	const res = await myRequest({
 		url: '/tAppvertifyTicket.action',
-		data: {
-			id:saoNum.value   
+		data: { 
+			id:saoNum.value,
+			vertifyManMobile:userInfo1.mobile
 		}
 	})
-	if(res.code==200){  
+	if(res.code==200){
 		uni.showToast({
 		  title: '扫码成功',
 		  icon: 'none'

+ 3 - 1
unpackage/dist/dev/mp-weixin/pages/mine/mine.js

@@ -193,10 +193,12 @@ const _sfc_main = {
       common_vendor.index.hideLoading();
     };
     async function saomaCha() {
+      console.log("oo");
       const res = await utils_api.myRequest({
         url: "/tAppvertifyTicket.action",
         data: {
-          id: saoNum.value
+          id: saoNum.value,
+          vertifyManMobile: userInfo1.mobile
         }
       });
       if (res.code == 200) {