@@ -13,7 +13,7 @@
<view v-show="currentStep === 'print'" class="bg-fff">
<!-- 业务组件打印 -->
<!-- 打印写入打印机 -->
- <print-wrapper :info="stepsObject[currentStep]" :printCount="form?.printCount" @test="printTest" @prev="prevSteps" @print="printCodes" prevStepValue="connect"></print-wrapper>
+ <print-wrapper :info="stepsObject[currentStep]" :printCount="+opts?.endSn - opts?.startSn + 1" @test="printTest" @prev="prevSteps" @print="printCodes" prevStepValue="connect"></print-wrapper>
</view>
</z-paging>
@@ -15,7 +15,7 @@
+ <print-wrapper :info="stepsObject[currentStep]" :printCount="+form?.end - +form?.start + 1" @test="printTest" @prev="prevSteps" @print="printCodes" prevStepValue="connect"></print-wrapper>