shish 3 лет назад
Родитель
Сommit
32fd7b1062
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      ghsApp/src/admin/billing/index.vue

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

@@ -67,10 +67,8 @@
 						<text>{{customData.ratio}}{{customData.smallUnit}}/{{customData.bigUnit}}</text>
 						<text>{{customData.ratio}}{{customData.smallUnit}}/{{customData.bigUnit}}</text>
 					</view>
 					</view>
 					<view class="num_bx">
 					<view class="num_bx">
-						<input style="width: 280upx" v-model="customData.userPrice" v-if="getLoginInfo.staff && getLoginInfo.staff.super == 1" @focus="customData.userPrice = null" 
+						<input style="width: 280upx" v-model="customData.userPrice" @focus="customData.userPrice = null" 
 						:disabled="false" type="digit" placeholder="单价" />
 						:disabled="false" type="digit" placeholder="单价" />
-						<input style="width: 280upx" v-model="customData.userPrice" v-else @focus="customData.userPrice = null" 
-						:disabled="true" type="digit" placeholder="单价" />
 						<text style="font-size:35upx;font-weight:bold;color:#666666;">元</text>
 						<text style="font-size:35upx;font-weight:bold;color:#666666;">元</text>
 					</view>
 					</view>
 					<view class="num_bx">
 					<view class="num_bx">