|
|
@@ -8,6 +8,7 @@ |
|
|
|
<el-date-picker |
|
|
|
v-model="time" |
|
|
|
type="month" |
|
|
|
:clearable='false' |
|
|
|
value-format="yyyy-MM" |
|
|
|
@change="confirmtime" |
|
|
|
placeholder="选择月" |
|
|
@@ -256,12 +257,6 @@ |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<el-dialog title="目标" :visible.sync="targetVisible" width="400px" @close='reset'> |
|
|
|
<!-- <div style="display:flex;line-height: 30px;"> |
|
|
|
<div style="min-width: 100px;">12月目标执行率</div> |
|
|
|
<el-input v-model.number="num1" style="width: 80%;margin-left:20px;" maxlength="3" clearable> |
|
|
|
<i slot="suffix" style="font-style:normal;margin-right: 10px;">%</i> |
|
|
|
</el-input> |
|
|
|
</div> --> |
|
|
|
<el-form |
|
|
|
:model="receiveForm" |
|
|
|
ref="receiveForm" |
|
|
@@ -315,6 +310,7 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import * as echarts from "echarts"; |
|
|
|
import { exportMethodPost } from "@/util/util"; |
|
|
|
export default { |
|
|
|
data() { |
|
|
|
return { |
|
|
@@ -341,11 +337,7 @@ export default { |
|
|
|
num2: "", |
|
|
|
num3: "", |
|
|
|
}, |
|
|
|
receiveRules: { |
|
|
|
// num1: [{ max: 100, message: "最大值为100", trigger: "blur" }], |
|
|
|
// num2: [{ max: 100, message: "最大值为100", trigger: "blur" }], |
|
|
|
// num3: [{ max: 100, message: "最大值为100", trigger: "blur" }], |
|
|
|
}, |
|
|
|
receiveRules: {}, |
|
|
|
objList: [ |
|
|
|
{ |
|
|
|
name: "顾文一", |
|
|
@@ -399,7 +391,20 @@ export default { |
|
|
|
this.$refs.receiveForm.resetFields() |
|
|
|
}, |
|
|
|
screen() {}, |
|
|
|
clascreen() {}, |
|
|
|
clascreen() { |
|
|
|
this.time=new Date().getFullYear() + "-" + (new Date().getMonth() + 1); |
|
|
|
this.choicValue='' |
|
|
|
if(this.orgType==0){ |
|
|
|
this.selValue='0' |
|
|
|
}else if(this.orgType==1){ |
|
|
|
this.selValue='1' |
|
|
|
}else{ |
|
|
|
this.selValue='2' |
|
|
|
} |
|
|
|
this.operationStaffId='' |
|
|
|
this.getList() |
|
|
|
|
|
|
|
}, |
|
|
|
sava() {}, |
|
|
|
getAnalyse(row) { |
|
|
|
console.log("趋势图"); |
|
|
|