Browse Source

修改打印标签样式

master
qb 1 year ago
parent
commit
09979783f3
  1. 50
      src/views/basic/material/basicMaterial.vue
  2. 2
      src/views/distribution/artery/VehicleStowage.vue
  3. 4
      vite.config.js

50
src/views/basic/material/basicMaterial.vue

@ -70,7 +70,7 @@
box-sizing: border-box;
"
>
物料编码
物料编码 {{ item.productCode }}
</div>
<div style="display: flex; justify-content: center; align-items: center">
<div style="display: flex; width: 40%; justify-content: center; border-right: 1px solid">
@ -81,42 +81,18 @@
></vue-qr>
</div>
<div style="text-align: left; height: 120px; box-sizing: border-box; flex: 1; zoom: 0.9">
<div
style="
height: 40px;
line-height: 40px;
border-bottom: 1px solid #000;
box-sizing: border-box;
padding-left: 10px;
font-size: 14px;
"
>
产品名称: {{ item.name }}
</div>
<div
style="
height: 40px;
line-height: 40px;
border-bottom: 1px solid #000;
box-sizing: border-box;
padding-left: 10px;
font-size: 14px;
"
>
产品编码: {{ item.productCode }}
</div>
<div
style="
height: 40px;
line-height: 40px;
box-sizing: border-box;
padding-left: 10px;
font-size: 14px;
"
>
SKU: {{ item.sku }}
</div>
<div
style="
text-align: left;
height: 120px;
box-sizing: border-box;
flex: 1;
zoom: 0.9;
font-weight: bold;
padding: 0 10px;
"
>
产品名称: {{ item.name }}
</div>
</div>
</div>

2
src/views/distribution/artery/VehicleStowage.vue

@ -506,7 +506,7 @@ const details = reactive<any>({
warehouseNodeColumnList,
truckLoadingColumnList,
/** 列表数据 */
data: [{}],
data: [],
/** 页面loading */
loadingObj: {
/** 列表加载loading */

4
vite.config.js

@ -15,6 +15,10 @@ export default ({ mode, command }) => {
// target: 'http://192.168.10.126:8889',
// hy
target: 'http://192.168.10.48:13000',
// tjj
// target: 'http://192.168.10.25:13000',
// cg
// target: 'http://192.168.10.200:13000',
// target: 'http://test.api.huitongys.com',
changeOrigin: true,

Loading…
Cancel
Save