Browse Source

bug 修复

lilei 2 years ago
parent
commit
5b6f990bf3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/partList.vue

+ 1 - 1
pages/common/partList.vue

@@ -66,7 +66,7 @@
 				<!-- 有复选框 -->
 				<view v-if="model == 'checkbox'" class="ptools flex align_center justify_between">
 					<view></view>
-					<view class="pcurnums flex align_center" v-if="pageType=='manualPrint'&&item.printQty">
+					<view class="pcurnums flex align_center" v-if="pageType=='manualPrint'">
 						<text>打印数量</text>
 						<view class="u-ninput">
 							<u-number-box color="#000" :input-height="60" bg-color="#fff" v-model="item.printQty" :min="1" :max="999999"></u-number-box>