|
@@ -683,11 +683,6 @@
|
|
}}
|
|
}}
|
|
<span title="">
|
|
<span title="">
|
|
<span class="qianse">总投资:</span><strong class="lanse">{{d.amtTotal}}</strong> 万元 <br/>
|
|
<span class="qianse">总投资:</span><strong class="lanse">{{d.amtTotal}}</strong> 万元 <br/>
|
|
- <span class="qianse">已完成投资:</span><strong class="lanse">{{d.allAmt}}</strong> 万元(<i
|
|
|
|
- class="lanse">{{computedPer(d.amtTotal, d.allAmt)}} %</i> )<br/>
|
|
|
|
- <span class="qianse">年度计划投资:</span><strong class="lanse">{{d.yearPlanAmt}}</strong> 万元 <br/>
|
|
|
|
- <span class="qianse">年度完成投资:</span><strong class="lanse">{{d.yearEndAmt}}</strong> 万元(<i
|
|
|
|
- class="lanse">{{computedPer(d.yearPlanAmt, d.yearEndAmt)}} %</i> )
|
|
|
|
|
|
|
|
</span>
|
|
</span>
|
|
</script>
|
|
</script>
|
|
@@ -1573,17 +1568,21 @@
|
|
});
|
|
});
|
|
},
|
|
},
|
|
subInfoToSubFix: function () {
|
|
subInfoToSubFix: function () {
|
|
|
|
+
|
|
var self = this;
|
|
var self = this;
|
|
var param = this.getSearchParams();
|
|
var param = this.getSearchParams();
|
|
- App.postJson("/api/subject/subInfo/subInfoToSubFix", {
|
|
|
|
- year: param.year,
|
|
|
|
- cat: 2 // 代表抓取新建项目
|
|
|
|
- }, function (res) {
|
|
|
|
- if (res.success) {
|
|
|
|
- App.msg.success("抓取成功");
|
|
|
|
- self.getData();
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
|
|
+
|
|
|
|
+ App.msg.confirm("是否自动抓取?", function () {
|
|
|
|
+ App.postJson("/api/subject/subInfo/subInfoToSubFix", {
|
|
|
|
+ year: param.year,
|
|
|
|
+ cat: 2 // 代表抓取新建项目
|
|
|
|
+ }, function (res) {
|
|
|
|
+ if (res.success) {
|
|
|
|
+ App.msg.success("抓取成功");
|
|
|
|
+ self.getData();
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ });
|
|
},
|
|
},
|
|
downLoadTemplate: function () {
|
|
downLoadTemplate: function () {
|
|
parent.window.location.href = App.getUrl(
|
|
parent.window.location.href = App.getUrl(
|