Compare commits

..

No commits in common. "87ebe166cd6b566e531213b7ce2a46fe9b1179da" and "c7375c628c01d11598a96813230660b1cb7a0262" have entirely different histories.

2 changed files with 5 additions and 2 deletions

View File

@ -31,7 +31,7 @@
</div>
<view style="flex: 1">
<up-list @scrolltolower="scrolltolower" style="max-height: 1000rpx">
<up-list @scrolltolower="scrolltolower" style="height: 1000rpx">
<span>
<up-image
v-if="showNoResultImage"
@ -122,6 +122,7 @@
color="#BABABA"
throttleTime="5"
@click="backScan"
v-if="runTimeEnv()"
>取消</up-button
>
<up-button
@ -373,7 +374,6 @@ page {
box-sizing: border-box;
background-color: #fff;
margin-bottom: 20rpx;
gap: 20rpx;
}
uni-button:after {
border: none;

View File

@ -111,6 +111,9 @@ const doneSet = async () => {
showMessage({ type: "sucess", message: "入库成功" });
isButtonDisabled.value = true;
buttonText.value = "已入库";
if (runTimeEnv()) {
closeWebview();
}
} else {
showMessage({ type: "error", message: res.msg });
}