| | |
| | | labelList = dataList[0] |
| | | for (let i = 0; i < list.value.length; i++) { |
| | | let count= list.value[i].data.length |
| | | for (let j = 0; j < count; j++) { |
| | | for (let j = 0; j < 1; j++) { |
| | | for (let k = 0; k < list.value[i].data[j].quantity; k++){ |
| | | lastList.value.push(list.value[i].data[j]) |
| | | } |
| | |
| | | <div class="row2">{{ item1.order[item.name] }}</div> |
| | | |
| | | </div> |
| | | <div class="row3"><label>W:</label>{{ item1.width }} <label>H:</label>{{ item1.height }}</div> |
| | | <div class="row3"> |
| | | <label>W:{{ item1.width }}</label> |
| | | |
| | | <label>H:{{ item1.height }}</label> |
| | | </div> |
| | | |
| | | </div> |
| | | </div> |
| | |
| | | } |
| | | |
| | | body{ |
| | | font-weight: bolder; |
| | | overflow: hidden; |
| | | } |
| | | |
| | |
| | | |
| | | /*成*/ |
| | | .printFlowCard_finished { |
| | | font-family: 'Microsoft YaHei', '微软雅黑', sans-serif; |
| | | flex-wrap: wrap; |
| | | font-size: 16px; |
| | | margin-left: 6px; |
| | | font-size: 12pt; |
| | | display: flex; |
| | | flex-direction:column; |
| | | } |
| | |
| | | display: flex; |
| | | text-align: center; |
| | | flex-direction:column; |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | } |
| | | |
| | | /*div{ |
| | | font-family: 'Microsoft YaHei', '微软雅黑', sans-serif; |
| | | }*/ |
| | | |
| | | .row3{ |
| | | text-align: center; |
| | | font-weight: bolder; |
| | | font-size: 22px; |
| | | /*display: flex; |
| | | justify-content:space-evenly;*/ |
| | | } |
| | | |
| | | .row3 label{ |
| | | font-size: 22px; |
| | | margin-top: 28px; |
| | | } |
| | | |
| | | .contentRow{ |
| | | font-weight: bolder; |
| | | display: flex; |
| | | text-align: center; |
| | | width: 100%; |
| | | } |
| | | |
| | | label{ |
| | | font-weight: bolder; |
| | | /*font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;*/ |
| | | } |
| | | |
| | | .row1{ |
| | | width: 20%; |
| | | width: 30%; |
| | | font-weight: bolder; |
| | | } |
| | | |
| | |
| | | |
| | | .row1,.row2{ |
| | | text-align: left; |
| | | font-weight: bolder; |
| | | } |
| | | |
| | | |
| | | @page { |
| | | size: auto; /* auto is the initial value */ |
| | | margin: 12mm 4mm 0mm 2mm; /* this affects the margin in the printer settings */ |
| | | margin: 13mm 0mm 0mm 6mm; /* this affects the margin in the printer settings */ |
| | | } |
| | | |
| | | @media print { |
| | |
| | | page-break-inside: avoid; |
| | | } |
| | | |
| | | .entirety_finished { |
| | | page-break-before: always; |
| | | page-break-after: always; |
| | | } |
| | | .entirety_finished{ |
| | | page-break-before: always; |
| | | } |
| | | |
| | | } |
| | | |