| | |
| | | <view class="form-item before-line">
|
| | | <view class="label required">售价(元)</view>
|
| | | <view class="m-l-a m-r-0 flex">
|
| | | <input v-model="dto.price" placeholder="请输入数字" type="digit"
|
| | | style="margin-top: 16px;text-align: right;"></input>
|
| | | <input v-model="dto.price" placeholder="请输入数字" type="digit" class="text-right m-t-15"></input>
|
| | | </view>
|
| | | </view>
|
| | | <view class="form-item ">
|
| | | <view class="label required">库存</view>
|
| | | <view class="m-l-a m-r-0 flex">
|
| | | <input v-model="dto.stock" placeholder="请输入数字" type="number"
|
| | | style="margin-top: 16px;text-align: right;"></input>
|
| | | <input v-model="dto.stock" placeholder="请输入数字" type="number" class="text-right m-t-15"></input>
|
| | | </view>
|
| | | </view>
|
| | |
|