|
@@ -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">
|