@@ -218,7 +218,7 @@
</div>
<div class="tab" @click="gotopage('auxiliarySalesReturnOrder','待审核数量','WAIT')">
<div class="text">
- <div class="num">{{collectData.waitSalesNum}}</div>
+ <div class="num">{{collectData.waitSalesRetNum}}</div>
<div class="title">待审核数量</div>
@@ -139,7 +139,10 @@
endTime: this.times?.[1]
}).then(res=>{
this.collectData = res.data
- this.drawChat(res.data.lineList, res.data.onLineList, this.times)
+ this.$echarts.init(this.$refs.chart).dispose()
+ this.$nextTick(()=>{
+ this.drawChat(res.data.lineList, res.data.onLineList, this.times)
+ })
})
},
gotopage(name,pageName,pageCode,type){
@@ -162,9 +165,9 @@
this.$echarts.init(this.$refs.chart).setOption({
grid: {
left: 30,
- right: 10,
- top: 40,
- bottom: 50,
+ right: 30,
+ top: 30,
+ bottom: 60,
tooltip: {
trigger: 'axis'
@@ -147,7 +147,7 @@ export default {
], {
isEdit: this.item.status == "ING",
isAdd: false,
- isDel: this.item.status == "ING",
+ isDel: false // this.item.status == "ING",
}, {
confirm:({ row, column, index })=>{
orderPartsApplyItemModify({...row}).then(res=>{