-
+
@@ -35,12 +35,9 @@
-
+
- {{ scope.row.ckmzdw
- }}
-
+
@@ -88,7 +85,7 @@
{{ form.nddw
- }}
+ }}
@@ -109,7 +106,7 @@
{{ form.ckldw
- }}
+ }}
@@ -127,9 +124,7 @@
-
- {{ form.ckmzdw }}
-
+
@@ -152,7 +147,7 @@
-
@@ -165,7 +160,7 @@
-
@@ -179,7 +174,7 @@
-
@@ -192,7 +187,7 @@
-
@@ -207,7 +202,8 @@
@@ -221,10 +217,11 @@ import SelectList from "./SelectList";
import SelectDeptUser from '@/views/business/comps/select/SelectDeptUser';
import SelectStudy from '@/views/business/comps/select/SelectStudy';
import BusinessSelect from '@/views/business/comps/select/BusinessSelect';
+import SelectBalanceValue from '@/views/business/comps/select/SelectBalanceValue';
export default {
name: "Ff",
- components: { SelectList, SelectDeptUser, SelectStudy, BusinessSelect },
+ components: { SelectList, SelectDeptUser, SelectStudy, BusinessSelect, SelectBalanceValue },
data() {
return {
isBatch: false,
@@ -312,6 +309,9 @@ export default {
created() {
},
methods: {
+ getTpValue() {
+ alert('todo')
+ },
selectStudyChange(val) {
this.form.mdMcs = val.name
this.form.mdOther = val.mdOther
@@ -407,8 +407,8 @@ export default {
this.form.nddw = row.nddw
this.form.cctj = row.cctj
this.form.ccwz = row.ccwz
- this.form.ckl = row.ckl
- this.form.ckldw = row.ckldw
+ this.form.ckl = row.kc
+ this.form.ckldw = row.kcdw
this.open = true
},
save() {