xuxueyang
2024-08-30 5b926918fefd9d826eb35f5c9218743a1bcf0a16
sub_pages/supplier/flower-manage/flower-add.vue
@@ -114,15 +114,13 @@
         <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>