|
@@ -105,7 +105,7 @@ const handlePrint1 = async() => {
|
|
|
'total6': data['total']['loss'],
|
|
'total6': data['total']['loss'],
|
|
|
'total7': data['total']['reward'],
|
|
'total7': data['total']['reward'],
|
|
|
'table': data['gy_data'].map(item => ({
|
|
'table': data['gy_data'].map(item => ({
|
|
|
- 'gxmc': `${item.Gy0_yjno}${item.Gy0_gxh === '' ? '' : '-' + item.Gy0_gxh}${item.Gy0_gxmc === '' ? '' : '-' + item.Gy0_gxmc}${item.Add_gxmc === '' ? '' : '-' + item.Add_gxmc}`.substring(0, 20),
|
|
|
|
|
|
|
+ 'gxmc': `${item.Gy0_yjno}${item.Gy0_gxh === '' ? '' : '-' + item.Gy0_gxh}${item.Gy0_gxmc === '' ? '' : '-' + item.Gy0_gxmc}`.substring(0, 20),
|
|
|
'jhcl': item['Gy0_计划接货数'],
|
|
'jhcl': item['Gy0_计划接货数'],
|
|
|
'jhsh': item['Gy0_计划损耗'],
|
|
'jhsh': item['Gy0_计划损耗'],
|
|
|
'zcf': item['total_fp'],
|
|
'zcf': item['total_fp'],
|