diff --git a/jwtech-admin-page/src/api/build/lybzj.js b/jwtech-admin-page/src/api/build/lybzj.js
new file mode 100644
index 00000000..4f293685
--- /dev/null
+++ b/jwtech-admin-page/src/api/build/lybzj.js
@@ -0,0 +1,53 @@
+import request from '@/utils/request'
+
+// 查询履约保证金账户管理列表
+export function listLybzj(query) {
+ return request({
+ url: '/system/lybzj/list',
+ method: 'post',
+ data: query
+ })
+}
+
+// 查询履约保证金账户管理详细
+export function getLybzj(id) {
+ return request({
+ url: '/system/lybzj/' + id,
+ method: 'get'
+ })
+}
+
+// 新增履约保证金账户管理
+export function addLybzj(data) {
+ return request({
+ url: '/system/lybzj',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改履约保证金账户管理
+export function updateLybzj(data) {
+ return request({
+ url: '/system/lybzj',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除履约保证金账户管理
+export function delLybzj(id) {
+ return request({
+ url: '/system/lybzj/' + id,
+ method: 'delete'
+ })
+}
+
+// 导出履约保证金账户管理
+export function exportLybzj(query) {
+ return request({
+ url: '/system/lybzj/export',
+ method: 'get',
+ params: query
+ })
+}
\ No newline at end of file
diff --git a/jwtech-admin-page/src/api/build/zlbzj.js b/jwtech-admin-page/src/api/build/zlbzj.js
new file mode 100644
index 00000000..42c8c26d
--- /dev/null
+++ b/jwtech-admin-page/src/api/build/zlbzj.js
@@ -0,0 +1,53 @@
+import request from '@/utils/request'
+
+// 查询质量保证金账户管理列表
+export function listZlbzj(query) {
+ return request({
+ url: '/system/zlbzj/list',
+ method: 'post',
+ data: query
+ })
+}
+
+// 查询质量保证金账户管理详细
+export function getZlbzj(id) {
+ return request({
+ url: '/system/zlbzj/' + id,
+ method: 'get'
+ })
+}
+
+// 新增质量保证金账户管理
+export function addZlbzj(data) {
+ return request({
+ url: '/system/zlbzj',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改质量保证金账户管理
+export function updateZlbzj(data) {
+ return request({
+ url: '/system/zlbzj',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除质量保证金账户管理
+export function delZlbzj(id) {
+ return request({
+ url: '/system/zlbzj/' + id,
+ method: 'delete'
+ })
+}
+
+// 导出质量保证金账户管理
+export function exportZlbzj(query) {
+ return request({
+ url: '/system/zlbzj/export',
+ method: 'get',
+ params: query
+ })
+}
\ No newline at end of file
diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/index.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/index.vue
index d6c0bc87..eb70fcae 100644
--- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/index.vue
+++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/index.vue
@@ -567,6 +567,13 @@
+
+
+
+
+
+
+
@@ -701,6 +708,8 @@ import alterPage from "./options/alterPage.vue";
import acceptancePage from "./options/acceptancePage.vue";
import honourAnAgreementPage from "./options/honourAnAgreementPage.vue";
import evaluatePage from "./options/evaluatePage.vue";
+import performanceBond from "./options/performanceBond.vue";
+import QualityBond from "./options/QualityBond.vue";
export default {
name: "contract",
@@ -714,6 +723,8 @@ export default {
acceptancePage,
honourAnAgreementPage,
evaluatePage,
+ performanceBond,
+ QualityBond,
},
data() {
return {
diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/options/QualityBond.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/options/QualityBond.vue
new file mode 100644
index 00000000..c012a4a7
--- /dev/null
+++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/options/QualityBond.vue
@@ -0,0 +1,1120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ parseTime(scope.row.guaranteeCompanyStartYear, "{y}-{m}-{d}")
+ }}
+
+
+
+
+
+
+
+
+ {{
+ parseTime(scope.row.insuranceStartTime, "{y}-{m}-{d}")
+ }}
+
+
+
+
+ {{
+ parseTime(scope.row.insuranceEndTime, "{y}-{m}-{d}")
+ }}
+
+
+
+
+
+ {{ parseTime(scope.row.incomeTime, "{y}-{m}-{d}") }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/options/performanceBond.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/options/performanceBond.vue
new file mode 100644
index 00000000..f6837a59
--- /dev/null
+++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/options/performanceBond.vue
@@ -0,0 +1,1126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ parseTime(scope.row.guaranteeCompanyStartYear, "{y}-{m}-{d}")
+ }}
+
+
+
+
+
+
+
+
+ {{
+ parseTime(scope.row.insuranceStartTime, "{y}-{m}-{d}")
+ }}
+
+
+
+
+ {{
+ parseTime(scope.row.insuranceEndTime, "{y}-{m}-{d}")
+ }}
+
+
+
+
+
+ {{ parseTime(scope.row.incomeTime, "{y}-{m}-{d}") }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 万元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/specificMarginAccount.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/specificMarginAccount.vue
index 95d43ad9..afd4403a 100644
--- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/specificMarginAccount.vue
+++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/specificMarginAccount.vue
@@ -274,7 +274,19 @@