xuxueyang
2024-09-02 edf50893285f13c7c975b376a70ac3b164f48a13
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>