-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('form.search') }}
- {{ $t('form.reset') }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('form.search') }}
+ {{ $t('form.reset') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -45,17 +79,22 @@
-
-
-
+
+
{{ $t('page.business.form.statusTbz') }}
{{ $t('page.business.form.statusYtj') }}
{{ $t('page.business.form.statusYtg') }}
-
-
+
+
+ {{ $t('page.business.study.studyFormFill.yes') }}
+ {{ $t('page.business.study.studyFormFill.no') }}
+
+
+
+
{{
@@ -111,6 +150,7 @@ import Xq from "./tbbd/Xq";
import Sh from "./tbbd/Sh";
import SelectDeptUser from '@/views/business/comps/select/SelectDeptUser';
import { mapGetters } from 'vuex'
+import moment from "moment";
export default {
name: 'YtbdList',
props: {
@@ -145,6 +185,7 @@ export default {
showAudit: false,
showEdit: false,
showDetail: false,
+ daterangetj: [],
daterange: [],
searchForm: {
pageNum: 1,
@@ -156,8 +197,10 @@ export default {
userId: '',
userMc: '',
templateMc: '',
- startDate: '',
- endDate: '',
+ cjsjjs: '',
+ cjsjks: '',
+ tjsjjs: '',
+ tjsjks: '',
},
loading: false,
@@ -181,11 +224,18 @@ export default {
},
getList() {
if (this.daterange != null && this.daterange.length > 0) {
- this.searchForm.startDate = this.daterange[0]
- this.searchForm.endDate = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD');
+ this.searchForm.cjsjks = this.daterange[0]
+ this.searchForm.cjsjjs = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD');
+ } else {
+ this.searchForm.cjsjks = ''
+ this.searchForm.cjsjjs = ''
+ }
+ if (this.daterangetj != null && this.daterangetj.length > 0) {
+ this.searchForm.tjsjks = this.daterangetj[0]
+ this.searchForm.tjsjjs = moment().add(this.daterangetj[1], 'days').format('YYYY-MM-DD');
} else {
- this.searchForm.startDate = ''
- this.searchForm.endDate = ''
+ this.searchForm.tjsjks = ''
+ this.searchForm.tjsjjs = ''
}
this.loading = true
studyFormFill_list(this.searchForm).then(response => {
diff --git a/vue.config.js b/vue.config.js
index 054942f..d3ce99c 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -34,8 +34,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://localhost:8080`,
- //target: `http://39.99.251.173:8080`,
+ // target: `http://localhost:8080`,
+ target: `http://39.99.251.173:8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''