|
|
@@ -341,7 +341,7 @@
|
|
|
data: [],
|
|
|
align: ['center', 'center', 'center', 'center', 'center', 'center'],
|
|
|
headerBGC: '#031d42',
|
|
|
- columnWidth: [110, 200],
|
|
|
+ columnWidth: [110,200],
|
|
|
headerHeight: 20,
|
|
|
oddRowBGC: '#031d42',
|
|
|
evenRowBGC: '#031d42',
|
|
|
@@ -417,8 +417,9 @@
|
|
|
this.getAllAmount();
|
|
|
this.getSalesFinishList();
|
|
|
setInterval(() => {
|
|
|
+ this.getAllAmount();
|
|
|
this.getSalesFinishList();
|
|
|
- }, 3600000);
|
|
|
+ }, 600000);
|
|
|
},
|
|
|
methods: {
|
|
|
/* 全屏切换 */
|
|
|
@@ -553,7 +554,7 @@ taskName 当前工序 */
|
|
|
list[4] = div;
|
|
|
}
|
|
|
if (i === 'days') {
|
|
|
- //1未交付2提前3按时4延期
|
|
|
+ //0已完成,-1延期,大于0剩余N天
|
|
|
if (item[i] == '-1') {
|
|
|
div = `<div class="white" style="font-size: 0.8rem;color:red">已延期</div>`;
|
|
|
list[5] = div;
|
|
|
@@ -572,7 +573,7 @@ taskName 当前工序 */
|
|
|
}) ?? [],
|
|
|
align: ['center', 'center', 'center', 'center', 'center', 'center'],
|
|
|
headerBGC: '#031d42',
|
|
|
- columnWidth: [110, 200],
|
|
|
+ columnWidth: [100,160,110,150,150,100],
|
|
|
headerHeight: 30,
|
|
|
oddRowBGC: '#031d42',
|
|
|
evenRowBGC: '#031d42',
|