fanzherong_v hai 1 mes
pai
achega
a859aa8229

+ 4 - 3
snowy-admin-web/src/components/XnSignName/index.vue

@@ -53,23 +53,24 @@
 	import VueEsign from './vueEsign.vue'
 	const visible = ref(false)
 	const esignRef = ref(false)
-	const resultImg = ref('')
+	const resultImg = ref('https://db.js-whzl.com:8055/preview/zhdbbucket/hnzy/20250412/plateName/17444643281127352.null')
 	const isCrop = ref(false)
 	const lineWidth = ref(10)
 	const lineColor = ref('#000000')
 	const bgColor = ref('')
 	const props = defineProps(['image'])
 	// eslint-disable-next-line vue/no-setup-props-destructure
-	resultImg.value = props.image
+	//resultImg.value = props.image
 	const emit = defineEmits({ successful: null })
 	const recordId = ref()
 	const show = (id) => {
 		visible.value = true
 		recordId.value = id
+		handleReset()
 	}
 	const handleReset = () => {
 		esignRef.value.reset()
-		resultImg.value = ''
+		resultImg.value = 'https://db.js-whzl.com:8055/preview/zhdbbucket/hnzy/20250412/plateName/17444643281127352.null'
 	}
 	const handleGenerate = () => {
 		esignRef.value

+ 1 - 1
snowy-admin-web/src/views/biz/bizorder/index.vue

@@ -201,7 +201,7 @@
 	<Flow ref="flowRef" @successful="tableRef.refresh()" />
 	<Review ref="reviewRef" @successful="tableRef.refresh(true)" />
 	<End ref="endRef" @successful="tableRef.refresh(true)" />
-	<XnSignName ref="XnSignNameRef" :image="searchFormState.orderSign" @successful="signSuccess" />
+	<XnSignName ref="XnSignNameRef" @successful="signSuccess" />
 
 
 	<a-modal v-model:visible="open" title="二维码" width="600px" style="height: 700px">