| xqd
@@ -28,15 +28,16 @@
|
|
|
<u-form-item label="价格" prop="price" label-width="150">
|
|
|
<u-input placeholder="请输入价格" v-model="model.price" type="number"></u-input>
|
|
|
</u-form-item>
|
|
|
- <u-form-item label="备注" prop="remark">
|
|
|
- <u-input placeholder="请填写备注" v-model="model.remark" height="80" :auto-height="true"
|
|
|
- type="textarea" />
|
|
|
+ <u-form-item label="备注" prop="remark" label-width="150">
|
|
|
+ <u-input placeholder="请填写备注" v-model="model.remark" height="80"
|
|
|
+ type="text" />
|
|
|
</u-form-item>
|
|
|
</view>
|
|
|
</u-form>
|
|
|
<u-gap height="20"></u-gap>
|
|
|
<u-button :style="[inputStyle]" @click="submit" class="submit-btn">确认</u-button>
|
|
|
<u-gap height="70"></u-gap>
|
|
|
+
|
|
|
<u-modal v-model="codeShow" title="手动添加" :show-cancel-button="true">
|
|
|
<view class="slot-content">
|
|
|
<u-input placeholder="请输入商品条形码" v-model="model.bar_code" type="text" :border="true"></u-input>
|