diff --git a/src/pages/detail/index.vue b/src/pages/detail/index.vue
index 7db5f8c..deb8c2a 100644
--- a/src/pages/detail/index.vue
+++ b/src/pages/detail/index.vue
@@ -45,6 +45,7 @@
color="#BABABA"
throttleTime="5"
v-if="state.boxRelBucketStatus == 1"
+ @click="backScan"
>取消
添加画作
-
- 已扫画筒号:{{state.pid }}
-
-
-
+ 已扫画筒号:{{ state.pid }}
+
+
- 搜索
+ 搜索
-
-
-
-
-
- {{painting.ArtworkName}}
- 画作编号:{{ painting.Tfnum }}
- 画家编号:{{ painting.Tnum }}
- 画家姓名:{{ painting.ArtistName }}
- 平尺(寸):{{ painting.Ruler }}
-
-
+
+
+
+
-
-
-
-
-
+ {{ painting.ArtworkName }}
+ 画作编号:{{ painting.Tfnum }}
+ 画家编号:{{ painting.Tnum }}
+ 画家姓名:{{ painting.ArtistName }}
+ 平尺(寸):{{ painting.Ruler }}
+
+
+
+
+
+
+
@@ -50,26 +76,27 @@
style="width: 336rpx; margin: auto; height: 80rpx"
color="#BABABA"
throttleTime="5"
+ @click="backScan"
>取消
- {{ buttonText }}
-
+
+ {{ buttonText }}
+
-
diff --git a/src/pages/painting/index.vue b/src/pages/painting/index.vue
index 84c8ab4..04bb60b 100644
--- a/src/pages/painting/index.vue
+++ b/src/pages/painting/index.vue
@@ -120,6 +120,7 @@ const closeFn = async () => {
showMessage({ type: "error", message: "取消入库" });
closeButton.value = true;
isButtonDisabled.value = true;
+ closeWebview();
} else {
showMessage({ type: "error", message: res.msg });
}