diff --git a/src/views/ebiz/sale/Detail.vue b/src/views/ebiz/sale/Detail.vue
index 6078126eb..332aeb0f9 100644
--- a/src/views/ebiz/sale/Detail.vue
+++ b/src/views/ebiz/sale/Detail.vue
@@ -61,7 +61,7 @@
-
+
@@ -74,7 +74,7 @@
-
+
diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue
index 5684cfb49..2d44660b0 100644
--- a/src/views/ebiz/sale/SignatureConfirmation.vue
+++ b/src/views/ebiz/sale/SignatureConfirmation.vue
@@ -438,6 +438,8 @@ export default {
if (that.changeCard) {
path = 'insuranceInformation'
} else {
+ alert('SignatureConfirmation: productCode:' + localStorage.productCode)
+ alert('SignatureConfirmation: appntSign:' + JSON.parse(that.appntSign))
if (localStorage.productCode == 'GFRS_M0003' || localStorage.productCode == 'GFRS_M0015') {
if (that.appntSign[0].documentStatus == 0) {
path = 'insuranceInformation'