linweizeng 3 ani în urmă
părinte
comite
581fe3e193
2 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 2 2
      manifest.json
  2. 1 1
      pages/jiance/order.vue

+ 2 - 2
manifest.json

@@ -1,5 +1,5 @@
 {
-    "name" : "明鉴细胞检测公司",
+    "name" : "深圳市罗湖医院集团细胞质量检测服务平台",
     "appid" : "__UNI__B9B3191",
     "description" : "",
     "versionName" : "2.2.22",
@@ -81,7 +81,7 @@
         }
     },
     "h5" : {
-        "title" : "明鉴细胞检测公司",
+        "title" : "深圳市罗湖医院集团细胞质量检测服务平台",
         "domain" : "myhjdc.cn",
         "sdkConfigs" : {
             "maps" : {}

+ 1 - 1
pages/jiance/order.vue

@@ -669,7 +669,7 @@
 				// 	`select tb.*,ty.ke_hu_ming_cheng_ as ke_hu_dang_wei from t_bjd tb,t_yxkh ty where tb.ke_hu_ming_cheng_ = ty.id_  and tb.zhuang_tai_='生效中' and tb.shi_fou_guo_shen_ = '已完成'`
 
 				let sql =
-					`select tb.*,ty.ke_hu_ming_cheng_ as ke_hu_dang_wei from t_bjd tb,t_yxkh ty where tb.ke_hu_ming_cheng_ = ty.id_ and ty.ke_hu_ming_cheng_='${info.employee.name}' and tb.zhuang_tai_='生效中' and tb.shi_fou_guo_shen_ = '已完成'`
+					`select tb.*,ty.ke_hu_ming_cheng_ as ke_hu_dang_wei from t_bjd tb,t_yxkh ty where tb.ke_hu_ming_cheng_ = ty.id_ and tb.ke_hu_zhang_hao_ ='${info.employee.account}' and tb.zhuang_tai_='生效中' and tb.shi_fou_guo_shen_ = '已完成'`
 				let requestData = this.$sig(sql)
 				this.$http.post("/ibps/business/v3/sys/universal/inputSqlSelectData", requestData).then(res => {
 					if (res.data.state == 200) {