Compare commits
	
		
			3 Commits
		
	
	
		
			c7375c628c
			...
			87ebe166cd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 87ebe166cd | |||
| cd2e44a828 | |||
| c2ee511d6b | 
| @ -31,7 +31,7 @@ | |||||||
|       </div> |       </div> | ||||||
| 
 | 
 | ||||||
|       <view style="flex: 1"> |       <view style="flex: 1"> | ||||||
|         <up-list @scrolltolower="scrolltolower" style="height: 1000rpx"> |         <up-list @scrolltolower="scrolltolower" style="max-height: 1000rpx"> | ||||||
|           <span> |           <span> | ||||||
|             <up-image |             <up-image | ||||||
|               v-if="showNoResultImage" |               v-if="showNoResultImage" | ||||||
| @ -122,7 +122,6 @@ | |||||||
|         color="#BABABA" |         color="#BABABA" | ||||||
|         throttleTime="5" |         throttleTime="5" | ||||||
|         @click="backScan" |         @click="backScan" | ||||||
|         v-if="runTimeEnv()" |  | ||||||
|         >取消</up-button |         >取消</up-button | ||||||
|       > |       > | ||||||
|       <up-button |       <up-button | ||||||
| @ -374,6 +373,7 @@ page { | |||||||
|   box-sizing: border-box; |   box-sizing: border-box; | ||||||
|   background-color: #fff; |   background-color: #fff; | ||||||
|   margin-bottom: 20rpx; |   margin-bottom: 20rpx; | ||||||
|  |   gap: 20rpx; | ||||||
| } | } | ||||||
| uni-button:after { | uni-button:after { | ||||||
|   border: none; |   border: none; | ||||||
|  | |||||||
| @ -111,9 +111,6 @@ const doneSet = async () => { | |||||||
|     showMessage({ type: "sucess", message: "入库成功" }); |     showMessage({ type: "sucess", message: "入库成功" }); | ||||||
|     isButtonDisabled.value = true; |     isButtonDisabled.value = true; | ||||||
|     buttonText.value = "已入库"; |     buttonText.value = "已入库"; | ||||||
|     if (runTimeEnv()) { |  | ||||||
|       closeWebview(); |  | ||||||
|     } |  | ||||||
|   } else { |   } else { | ||||||
|     showMessage({ type: "error", message: res.msg }); |     showMessage({ type: "error", message: res.msg }); | ||||||
|   } |   } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user