| @@ -138,7 +138,7 @@ | |||||
| <view class="uchaserbox"> | <view class="uchaserbox"> | ||||
| <template v-if="lineOptsect3"> | <template v-if="lineOptsect3"> | ||||
| <qiun-data-charts type="line" :chartData="lineOptsect3" background="none" :ontouch="true" | <qiun-data-charts type="line" :chartData="lineOptsect3" background="none" :ontouch="true" | ||||
| canvasId="wangxiaohuaerlingeryilingwuyib" :canvas2d="true" /> | |||||
| canvasId="wangxiaohuaerlingeryilingwuyib" :canvas2d="true" :opts="lineOpts" /> | |||||
| </template> | </template> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| @@ -352,7 +352,19 @@ | |||||
| max: 100 | max: 100 | ||||
| } | } | ||||
| } | } | ||||
| } | |||||
| }, | |||||
| lineOpts: { | |||||
| yAxis: { | |||||
| data: [ | |||||
| { | |||||
| max: 100, | |||||
| min: 0, | |||||
| } | |||||
| ] | |||||
| } | |||||
| }, | |||||
| }; | }; | ||||
| }, | }, | ||||
| onLoad() { | onLoad() { | ||||
| @@ -580,16 +580,16 @@ | |||||
| this.Selectlevel = false; | this.Selectlevel = false; | ||||
| this.Selecttuandui = false; | this.Selecttuandui = false; | ||||
| this.tableDate = [] | this.tableDate = [] | ||||
| this.pamect.showStatus = 0; | |||||
| this.pamect.timeType = "4"; | |||||
| this.pamect.firstStartDate = ''; | |||||
| this.pamect.firstEndDate = ''; | |||||
| this.pamect.lastStartDate = ''; | |||||
| this.pamect.lastEndDate = ''; | |||||
| this.pamect.accountId = ''; | |||||
| this.pamect.marketingId = ''; | |||||
| this.pamect.deptId = "" | |||||
| this.activeTotal = 0; | |||||
| // this.pamect.showStatus = 0; | |||||
| // this.pamect.timeType = "4"; | |||||
| // this.pamect.firstStartDate = ''; | |||||
| // this.pamect.firstEndDate = ''; | |||||
| // this.pamect.lastStartDate = ''; | |||||
| // this.pamect.lastEndDate = ''; | |||||
| // this.pamect.accountId = ''; | |||||
| // this.pamect.marketingId = ''; | |||||
| // this.pamect.deptId = "" | |||||
| // this.activeTotal = 0; | |||||
| this.timepickpickisshow = false; | this.timepickpickisshow = false; | ||||
| this.init() | this.init() | ||||
| @@ -73,14 +73,10 @@ | |||||
| <view class="clive" @click="save">确定</view> | <view class="clive" @click="save">确定</view> | ||||
| <view v-if="Showhiddenunits"> | |||||
| <u-select :mask-close-able="false" v-model="Showhiddenunits" mode="single-column" :list="list" | |||||
| @cancel="cancel" @confirm="confirm"></u-select> | |||||
| </view> | |||||
| <view v-if="Showhid"> | |||||
| <u-select :mask-close-able="false" v-model="Showhid" mode="single-column" :list="freeList" @cancel="cancel1" | |||||
| @confirm="confirm1"></u-select> | |||||
| </view> | |||||
| <u-select :mask-close-able="false" v-model="Showhiddenunits" mode="single-column" :list="list" | |||||
| @cancel="cancel" @confirm="confirm"></u-select> | |||||
| <u-select :mask-close-able="false" v-model="Showhid" mode="single-column" :list="freeList" @cancel="cancel1" | |||||
| @confirm="confirm1"></u-select> | |||||
| <u-modal v-model="show" :mask-close-able="true" :title="'代接待提醒'" :confirm-text="confirmtext" | <u-modal v-model="show" :mask-close-able="true" :title="'代接待提醒'" :confirm-text="confirmtext" | ||||
| :cancel-text='canceltext' @cancel="confirmA" @confirm="confirmB" :show-cancel-button='true' | :cancel-text='canceltext' @cancel="confirmA" @confirm="confirmB" :show-cancel-button='true' | ||||
| :content="content"></u-modal> | :content="content"></u-modal> | ||||