浏览代码

Merge branch 'master' of http://git.dashitech.com/seimin/zy-wechat

seimin 4 月之前
父节点
当前提交
99ce729b9b
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      pages/specimenPort/detail.vue
  2. 1 1
      pages/specimenPort/scan.vue
  3. 2 2
      pages/specimenPort/specimenPort.vue

+ 1 - 1
pages/specimenPort/detail.vue

@@ -175,10 +175,10 @@
175
 					barcode:scannerCode,
175
 					barcode:scannerCode,
176
 					platform:"app"
176
 					platform:"app"
177
 				}).then((res) => {
177
 				}).then((res) => {
178
-					let data = res.data[0]
179
 					this.SMFlag = true
178
 					this.SMFlag = true
180
 					uni.hideLoading();
179
 					uni.hideLoading();
181
 					if(res.status==200){
180
 					if(res.status==200){
181
+						let data = res.data[0]
182
 						let item = data.pathologySpecimenDTOList.find(i=>i.specimenCode == scannerCode)
182
 						let item = data.pathologySpecimenDTOList.find(i=>i.specimenCode == scannerCode)
183
 						if(!item.fixationTime && data.pathologyFormType==0){
183
 						if(!item.fixationTime && data.pathologyFormType==0){
184
 							if(data.status.value==2 || data.status.value==3 ||
184
 							if(data.status.value==2 || data.status.value==3 ||

+ 1 - 1
pages/specimenPort/scan.vue

@@ -288,10 +288,10 @@
288
 					delete query.pathologyFormId
288
 					delete query.pathologyFormId
289
 				}
289
 				}
290
 				post("/pathology/scanCode", query).then((res) => {
290
 				post("/pathology/scanCode", query).then((res) => {
291
-					let data = res.data[0]
292
 					this.SMFlag = true
291
 					this.SMFlag = true
293
 					uni.hideLoading();
292
 					uni.hideLoading();
294
 					if(res.status==200){
293
 					if(res.status==200){
294
+						let data = res.data[0]
295
 						let item = data.pathologySpecimenDTOList.find(i=>i.specimenCode == scannerCode)
295
 						let item = data.pathologySpecimenDTOList.find(i=>i.specimenCode == scannerCode)
296
 						uni.setStorageSync('pathologyFormId', data.id);
296
 						uni.setStorageSync('pathologyFormId', data.id);
297
 						if(!item.fixationTime && data.pathologyFormType==0){
297
 						if(!item.fixationTime && data.pathologyFormType==0){

+ 2 - 2
pages/specimenPort/specimenPort.vue

@@ -197,7 +197,7 @@
197
 			},
197
 			},
198
 			// 查看详情
198
 			// 查看详情
199
 			detail(item){
199
 			detail(item){
200
-				// this.padChange('118274209746944\n')
200
+				// this.padChange('BL2411281642091\n')
201
 				uni.navigateTo({
201
 				uni.navigateTo({
202
 				  url: `/pages/specimenPort/detail?detailId=${item.id}`
202
 				  url: `/pages/specimenPort/detail?detailId=${item.id}`
203
 				});
203
 				});
@@ -290,10 +290,10 @@
290
 					barcode:scannerCode,
290
 					barcode:scannerCode,
291
 					platform:"app"
291
 					platform:"app"
292
 				}).then((res) => {
292
 				}).then((res) => {
293
-					let data = res.data[0]
294
 					this.SMFlag = true
293
 					this.SMFlag = true
295
 					uni.hideLoading();
294
 					uni.hideLoading();
296
 					if(res.status==200){
295
 					if(res.status==200){
296
+						let data = res.data[0]
297
 						let item = data.pathologySpecimenDTOList.find(i=>i.specimenCode == scannerCode)
297
 						let item = data.pathologySpecimenDTOList.find(i=>i.specimenCode == scannerCode)
298
 						if(!item.fixationTime && data.pathologyFormType==0){
298
 						if(!item.fixationTime && data.pathologyFormType==0){
299
 							if(data.status.value==2 || data.status.value==3 ||
299
 							if(data.status.value==2 || data.status.value==3 ||