| | |
| | | const lableType = route.query.lableType |
| | | |
| | | onMounted(() => { |
| | | request.post(`/processCard/getSelectPrintCustomLabel/${type}/${lableType}`, data.value).then((res) => { |
| | | console.log(lableType) |
| | | request.post(`/processCard/getSelectPrintCustomLabel/${type}/1`, data.value).then((res) => { |
| | | if (res.code == 200) { |
| | | produceList.value = deepClone(res.data.title) |
| | | list.value = deepClone(res.data.data) |
| | |
| | | height: 25px; |
| | | } |
| | | span { |
| | | font-size: 12pt; |
| | | font-size: 15pt; |
| | | font-weight: bold; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .row5 { |
| | | text-align: left; |
| | | height: 25px; |
| | | font-weight: bold; |
| | | font-size: 12pt; |
| | | font-size: 15pt; |
| | | } |
| | | |
| | | .row5 span{ |
| | | font-size: 10pt; |
| | | } |
| | | |
| | | .row6 { |