-
+
-
-
-
+
{{ $t('page.business.resource.resource.zjzt.rk') }}
@@ -132,64 +78,47 @@
{{ $t('page.business.resource.resource.jyzt.jyz') }}
+
-
-
- {{
- $t('page.business.resource.gsp.detail') }}
-
-
-
- {{
- $t('page.business.resource.gsp.fafang') }}
-
- {{
- $t('page.business.resource.gsp.cz') }}
-
- {{
- $t('form.edit') }}
-
- {{
- $t('page.business.resource.gsp.xgkc') }}
-
- {{
- $t('page.business.resource.gsp.lock') }}
-
-
-
- {{
- $t('page.business.resource.gsp.shbj') }}
+
+
+
+ {{
+ $t('page.business.resource.gsp.tygd') }}
+
+ {{
+ $t('page.business.resource.gsp.jjgd') }}
-
-
- {{
- $t('page.business.resource.gsp.shxgkc') }}
+
+
+
+ {{
+ $t('page.business.resource.gsp.tyjd') }}
+
+ {{
+ $t('page.business.resource.gsp.jjjd') }}
-
-
- {{
- $t('page.business.resource.gsp.unlock') }}
-
- {{
- $t('page.business.resource.gsp.guidang') }}
+
+
+
+ {{
+ $t('page.business.resource.gsp.tyjy') }}
+
+ {{
+ $t('page.business.resource.gsp.jjjy') }}
-
-
- {{
- $t('page.business.resource.gsp.guihuan') }}
-
-
-
- {{
- $t('page.business.resource.gsp.jiedang') }}
-
- {{
- $t('page.business.resource.gsp.jieyue') }}
+
+
+
+ {{
+ $t('page.business.resource.gsp.qrgh') }}
+
+ {{
+ $t('page.business.resource.gsp.detail') }}
@@ -197,64 +126,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
diff --git a/src/views/business/resource/gsp/comps/ffjlList.vue b/src/views/business/resource/gsp/comps/ffjlList.vue
index 13ddffe..b6987d5 100644
--- a/src/views/business/resource/gsp/comps/ffjlList.vue
+++ b/src/views/business/resource/gsp/comps/ffjlList.vue
@@ -75,9 +75,8 @@
- {{
- $t('form.export') }}
+ {{
+ $t('form.export') }}
@@ -87,8 +86,14 @@
:show-overflow-tooltip="true" />
-
+
+
+ {{
+ scope.row.mdMcs }},{{ scope.row.mdOther }}
+ {{ scope.row.mdMcs }}{{ scope.row.mdOther }}
+
+
@@ -305,7 +310,7 @@ export default {
' ' + value.bh +
'' +
' | ' +
- value.mdMc +
+ (value.mdMcs&&value.mdMcs!=''&&value.mdOther&&value.mdOther!=''? (value.mdMcs +","+value.mdOther) :(value.mdMcs +value.mdOther))+
' | ' +
' ' +
value.ffzytj +
diff --git a/src/views/business/resource/gsp/comps/gsp/Ff.vue b/src/views/business/resource/gsp/comps/gsp/Ff.vue
index 728290f..049200e 100644
--- a/src/views/business/resource/gsp/comps/gsp/Ff.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Ff.vue
@@ -22,8 +22,8 @@
-
+ width="150px" />
+
{{ scope.row.kc }}{{ scope.row.kcdw }}
@@ -38,8 +38,8 @@
-
+
@@ -127,8 +127,7 @@
-
-
+
@@ -217,10 +216,10 @@ import { ff, plff } from "@/api/business/gsp/gsp"
import { mapGetters } from 'vuex'
import SelectList from "./SelectList";
import SelectDeptUser from '@/views/business/comps/select/SelectDeptUser';
-
+import SelectStudy from '@/views/business/comps/select/SelectStudy';
export default {
name: "Ff",
- components: { SelectList, SelectDeptUser },
+ components: { SelectList, SelectDeptUser, SelectStudy },
data() {
return {
isBatch: false,
@@ -232,7 +231,6 @@ export default {
mdIds: [{
required: true,
message: ' ',
- trigger: 'blur'
}],
ffr1mm: [{
required: true,
@@ -252,7 +250,6 @@ export default {
lqr1Id: [{
required: true,
message: ' ',
- trigger: 'blur'
}],
xmId: [{
required: true,
@@ -297,6 +294,22 @@ export default {
created() {
},
methods: {
+ selectStudyChange(val) {
+ console.log(val)
+
+ this.form.mdMcs = val.name
+ this.form.mdOther = val.mdOther
+ },
+ selectStudyChangeBatch(val) {
+ let that = this
+ if (val && val.id && val.id !== '') {
+ const _index = _.findIndex(that.selectList, function (o) { return o.id + '' === val.key })
+ if (_index > -1) {
+ that.selectList[_index].mdMcs = val.name
+ that.selectList[_index].mdOther = val.mdOther
+ }
+ }
+ },
userSelectLqr1(val) {
this.form.lqr1Id = val.id;
this.form.lqr1Mc = val.name;
@@ -352,6 +365,8 @@ export default {
ckmzdw: null,
zytj: null,
mdIds: null,
+ mdMcs: null,
+ mdOther: null,
ckmz: null,
lqr1Id: null,
lqr1Mc: null,
diff --git a/src/views/business/resource/gsp/comps/gsp/Gh.vue b/src/views/business/resource/gsp/comps/gsp/Gh.vue
index 4b0e482..ace3131 100644
--- a/src/views/business/resource/gsp/comps/gsp/Gh.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Gh.vue
@@ -60,7 +60,9 @@
-
+
+
|