修改 展示看板

master
wangh 4 years ago
parent 272a4ff4c6
commit ee4d420ea4

@ -384,8 +384,8 @@
}) })
} }
const rowName1 = '内胆存库' const rowName1 = '内胆存库'
const rowName2 = '围板存库' const rowName2 = '围板存库'
$(() => { $(() => {
let url = '/broad/box' let url = '/broad/box'
//生产计划工单 //生产计划工单
@ -557,7 +557,7 @@
], ],
series: [ series: [
{ {
name: '内胆存库', name: '内胆存库',
type: 'bar', type: 'bar',
barWidth: '20rem', barWidth: '20rem',
itemStyle: { itemStyle: {
@ -589,7 +589,7 @@
}, },
}, },
{ {
name: '围板存库', name: '围板存库',
type: 'bar', type: 'bar',
barWidth: '20rem', barWidth: '20rem',
itemStyle: { itemStyle: {

@ -23,7 +23,11 @@
where plan_date is not null where plan_date is not null
and process_code = 1002 and process_code = 1002
and delete_flag = '0' and delete_flag = '0'
and to_char(plan_date, 'yyyy-MM-dd') = to_char(sysdate, 'yyyy-MM-dd') -- and to_char(plan_date, 'yyyy-MM-dd') = to_char(sysdate, 'yyyy-MM-dd')
and CREATION_DATE between
to_date(to_char(SYSDATE, 'yyyy-MM-dd') || '07:30:00', 'yyyy-MM-dd hh24:mi:ss')
and
to_date(to_char(SYSDATE, 'yyyy-MM-dd') || '19:30:00', 'yyyy-MM-dd hh24:mi:ss')
group by to_char(plan_date, 'yyyy-MM-dd') group by to_char(plan_date, 'yyyy-MM-dd')
</select> </select>

Loading…
Cancel
Save