shish 5 жил өмнө
parent
commit
06ef2e858b

+ 4 - 1
ghsApp/src/admin/billing/index.vue

@@ -65,7 +65,10 @@
 						<input v-model="customData.bigCount" @input="countPrice" :focus="isFocus" type="number" />扎
 						<input v-model="customData.smallCount" @input="countPrice" type="number" style="margin-left:24upx" />支
 					</view>
-					<view><input v-model="customData.userPrice" type="digit" disabled placeholder="金额" style="display:inline-block;margin-bottom:10rpx;" /></view>
+					<view class="num_bx">
+						<input style="width: 495rpx" v-model="customData.userPrice" @focus="customData.userPrice = null" type="number" placeholder="金额" />
+						<text>元</text>
+					</view>
 				</view>
 			</template>
 		</modal-module>