|
@@ -10,7 +10,7 @@ Page({ |
|
@@ -10,7 +10,7 @@ Page({ |
10
|
period_time: ['10年', '20年'],
|
10
|
period_time: ['10年', '20年'],
|
11
|
period_index: -1,
|
11
|
period_index: -1,
|
12
|
compact_time: '',
|
12
|
compact_time: '',
|
13
|
- impletion_time: '',
|
13
|
+ impletion_time: '',
|
14
|
popup_state: false,
|
14
|
popup_state: false,
|
15
|
projectlist: [],
|
15
|
projectlist: [],
|
16
|
label_state: false,
|
16
|
label_state: false,
|
|
@@ -164,10 +164,10 @@ Page({ |
|
@@ -164,10 +164,10 @@ Page({ |
164
|
for (let i in tempProjectlist) {
|
164
|
for (let i in tempProjectlist) {
|
165
|
for (let j in tempMain_list) {
|
165
|
for (let j in tempMain_list) {
|
166
|
if (tempProjectlist[i].id == tempMain_list[j].id) {
|
166
|
if (tempProjectlist[i].id == tempMain_list[j].id) {
|
167
|
- tempProjectlist[i].choose_status = true
|
167
|
+ tempProjectlist[i].choose_status = true;
|
|
|
168
|
+ tempProjectlist[i].num = tempMain_list[j].num
|
168
|
for (let g in tempProjectlist[i].title) {
|
169
|
for (let g in tempProjectlist[i].title) {
|
169
|
tempProjectlist[i].title[g].t_id == tempMain_list[j].t_id ? tempProjectlist[i].title[g].label_state = true : ''
|
170
|
tempProjectlist[i].title[g].t_id == tempMain_list[j].t_id ? tempProjectlist[i].title[g].label_state = true : ''
|
170
|
-
|
|
|
171
|
}
|
171
|
}
|
172
|
}
|
172
|
}
|
173
|
}
|
173
|
}
|
|
@@ -1226,7 +1226,6 @@ Page({ |
|
@@ -1226,7 +1226,6 @@ Page({ |
1226
|
* 生命周期函数--监听页面加载
|
1226
|
* 生命周期函数--监听页面加载
|
1227
|
*/
|
1227
|
*/
|
1228
|
onLoad: function(options) {
|
1228
|
onLoad: function(options) {
|
1229
|
-
|
|
|
1230
|
this.ensureProjectList()
|
1229
|
this.ensureProjectList()
|
1231
|
let that = this;
|
1230
|
let that = this;
|
1232
|
options.inforid ? (that.getlistVerify(options.inforid),that.setData({
|
1231
|
options.inforid ? (that.getlistVerify(options.inforid),that.setData({
|