优化打包、订单云打印
This commit is contained in:
@@ -113,8 +113,8 @@ export default (data) => {
|
||||
`;
|
||||
|
||||
let tableBody = "";
|
||||
if (data.productDatalist && data.productDatalist.length) {
|
||||
for (let item of data.productDatalist) {
|
||||
if (data.productDataList && data.productDataList.length) {
|
||||
for (let item of data.productDataList) {
|
||||
tableBody += `
|
||||
<tr>
|
||||
<td style="font-size: 12px;width:75%;">
|
||||
|
||||
Reference in New Issue
Block a user