| | |
| | | var fillOrder = function (orderObj) { |
| | | var i = -1; |
| | | var newtr = document.createElement('tr'); |
| | | var fillTarget = ['ordershowId', 'pdName', 'printName', 'printNum', 'UnitPrice', 'sumPrice']; |
| | | var fillTarget = ['ordershowId', 'pdName', 'PrintSizeName', 'yssldw', 'UnitPrice', 'sumPrice']; |
| | | while (++i < fillTarget.length) { |
| | | setOrderAttr(newtr, orderObj, fillTarget[i]); |
| | | } |
| | |
| | | |
| | | |
| | | sumPrice /= 100; |
| | | sumPrice = Math.round(sumPrice * 100) / 100; |
| | | document.getElementById('spnSumPriceUpper').innerHTML = sumPrice.ToUpper(); |
| | | document.getElementById('spnSumPrice').innerHTML = sumPrice; |
| | | } |
| | |
| | | 印刷品名称 |
| | | </th> |
| | | <th scope="col"> |
| | | 业务类别 |
| | | 规格 |
| | | </th> |
| | | <th scope="col" style='width: 100px;'> |
| | | 数量 |