shish il y a 3 ans
Parent
commit
135cb7ea8d
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      ghsApp/src/admin/item/sendStock.vue

+ 3 - 3
ghsApp/src/admin/item/sendStock.vue

@@ -2,8 +2,8 @@
 	<view class="app-content">
 	<view class="app-content">
 		<view class="billing_box_bg">
 		<view class="billing_box_bg">
 			<view class="input-wrap">
 			<view class="input-wrap">
-				<text style="margin-right:15upx;font-size:40upx;">库存:{{stock}}扎</text>
-				<text style="margin-right:20upx;font-size:40upx;">批发价:¥{{ price }}</text>
+				<text style="margin-right:15upx;font-size:38upx;">库存:{{stock}}扎</text>
+				<text style="margin-right:20upx;font-size:38upx;">批发价:¥{{ price }}</text>
 				<button class="admin-button-com middle blue" @click="setSon()">新增子花材</button>
 				<button class="admin-button-com middle blue" @click="setSon()">新增子花材</button>
 			</view>
 			</view>
 			<view class="scroll-middle_bx">
 			<view class="scroll-middle_bx">
@@ -66,7 +66,7 @@
 			};
 			};
 		},
 		},
 		onShow(){
 		onShow(){
-
+			this.init()
 		},
 		},
 		onLoad(){
 		onLoad(){
 			this.price = this.option.price ? parseFloat(this.option.price) : 0
 			this.price = this.option.price ? parseFloat(this.option.price) : 0