Commit f3cf24cf by linjinhong

fix:惠立彩添加直接打印标志

parent 3d7e6157
...@@ -1806,14 +1806,15 @@ export default { ...@@ -1806,14 +1806,15 @@ export default {
</div> </div>
</div> </div>
</div> </div>
<!-- <div <div
class="print-tip" class="print-tip"
:style="{ left: isView ? '' : '22%' }" :style="{ left: isView ? '' : '22%' }"
v-if=" v-if="
detail && detail &&
detail.mssWidth && detail.mssWidth &&
detail.mssHeight && detail.mssHeight &&
selectImgList.length selectImgList.length &&
newDesktopDevice == 3
" "
> >
<b <b
...@@ -1828,7 +1829,7 @@ export default { ...@@ -1828,7 +1829,7 @@ export default {
}}</b }}</b
> >
<b style="color: red" v-else>该生产单需要拖动设计打印</b> <b style="color: red" v-else>该生产单需要拖动设计打印</b>
</div> --> </div>
<!-- <div class="print-tip" v-else> <!-- <div class="print-tip" v-else>
<b style="color: red">该生产单需要拖动设计打印</b> <b style="color: red">该生产单需要拖动设计打印</b>
</div> --> </div> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment