diff --git a/jwtech-admin-page/src/views/building/projectInfo/index.vue b/jwtech-admin-page/src/views/building/projectInfo/index.vue index 7a40e7e9..f64e76a0 100644 --- a/jwtech-admin-page/src/views/building/projectInfo/index.vue +++ b/jwtech-admin-page/src/views/building/projectInfo/index.vue @@ -16,7 +16,6 @@ ref="queryForm" :inline="true" v-show="showSearch" - label-width="68px" > @@ -354,6 +353,7 @@ + diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/payroll.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/payroll.vue index 220ce7ff..511e25fe 100644 --- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/payroll.vue +++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/payroll.vue @@ -5,7 +5,6 @@ ref="queryForm" :inline="true" v-show="showSearch" - label-width="68px" > - + - + - + @@ -29,10 +30,10 @@ /> - diff --git a/jwtech-admin-page/src/views/project/bid/index.vue b/jwtech-admin-page/src/views/project/bid/index.vue index 5f9ba83f..81612b7e 100644 --- a/jwtech-admin-page/src/views/project/bid/index.vue +++ b/jwtech-admin-page/src/views/project/bid/index.vue @@ -13,12 +13,7 @@ - + - + - + @@ -811,7 +811,7 @@ @@ -1288,9 +1288,23 @@ export default { }, }, methods: { + checkBidContent() { + this.$refs.form.validateField("bidContent"); + + // let aaa; + // this.$refs.form.validateField("bidContent", (val) => { + // if (!val) { + // aaa = true; + // } else { + // aaa = false; + // } + // }); + }, onCreated(editor) { this.editor = Object.seal(editor); // 一定要用 Object.seal() ,否则会报错 this.editor2 = Object.seal(editor); // 一定要用 Object.seal() ,否则会报错 + // console.log(9999, this.editor, this.checkBidContent); + this.editor.blur = this.checkBidContent; }, chooseProject(data) { // console.log(444, data); diff --git a/jwtech-admin-page/src/views/project/bid/options/bidBasePage.vue b/jwtech-admin-page/src/views/project/bid/options/bidBasePage.vue index 3e3743aa..024c345d 100644 --- a/jwtech-admin-page/src/views/project/bid/options/bidBasePage.vue +++ b/jwtech-admin-page/src/views/project/bid/options/bidBasePage.vue @@ -5,7 +5,6 @@ ref="queryForm" :inline="true" v-show="showSearch" - label-width="100px" > - + - + @@ -1054,21 +1054,21 @@ export default { jianwei: "jwtech " + getToken(), }, fileList: [], - pickerOptions:{ - disabledDate(date){ - return date.getTime() { + // if (!val) { + // aaa = true; + // } else { + // aaa = false; + // } + // }); + }, onCreated(editor) { this.editor = Object.seal(editor); // 一定要用 Object.seal() ,否则会报错 }, diff --git a/jwtech-admin-page/src/views/project/bid/options/projectContract.vue b/jwtech-admin-page/src/views/project/bid/options/projectContract.vue index 391801fb..5372488e 100644 --- a/jwtech-admin-page/src/views/project/bid/options/projectContract.vue +++ b/jwtech-admin-page/src/views/project/bid/options/projectContract.vue @@ -5,7 +5,6 @@ ref="queryForm" :inline="true" v-show="showSearch" - label-width="68px" > - + - - {{ scope.row.projectContent || "-" }} - - + > + + {{ scope.row.projectContent || "-" }} + + - + /> --> - + - + #foreach($column in $columns) #if($column.query) #set($dictType=$column.dictType)