From 4b73774cbcf925bb575a5cb91126f275e3016ff5 Mon Sep 17 00:00:00 2001
From: lihaoyuan <18278596806@163.com>
Date: Wed, 17 Dec 2025 15:39:56 +0800
Subject: [PATCH] =?UTF-8?q?update:=E7=AD=BE=E7=BD=B2e=E7=AD=BE=E5=AE=9D?=
=?UTF-8?q?=E5=90=88=E5=90=8C=E6=9C=AA=E6=88=90=E5=8A=9F=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/plantform/subsite.js | 12 +++++
.../store/base/components/StoreBaseEdit.vue | 51 ++++++++++++++++++-
2 files changed, 61 insertions(+), 2 deletions(-)
diff --git a/src/api/plantform/subsite.js b/src/api/plantform/subsite.js
index 679eefd..c92800c 100644
--- a/src/api/plantform/subsite.js
+++ b/src/api/plantform/subsite.js
@@ -24,3 +24,15 @@ export function doDelete(data) {
data,
})
}
+
+//发起签署合同
+export function createByFile(data) {
+ return request({
+ url: URL.shop.esign.signFlow.createByFile,
+ method: 'post',
+ data,
+ headers: {
+ 'Content-Type': 'application/json' // 明确指定JSON格式
+ }
+ })
+}
diff --git a/src/views/store/base/components/StoreBaseEdit.vue b/src/views/store/base/components/StoreBaseEdit.vue
index 033a41e..3db51ba 100644
--- a/src/views/store/base/components/StoreBaseEdit.vue
+++ b/src/views/store/base/components/StoreBaseEdit.vue
@@ -56,7 +56,7 @@
:show-all-levels="false"
@change="handleChangeBizCategory"
clearable
- :disabled="isReadonly"
+ :disabled="isReadOnly"
/>
@@ -112,6 +112,21 @@
{{ item.label }}
+
+
+
+
+ 点击下载
+
+
+ 重新签署合同
+
+
+
+
+ 签署合同
+
+