@@ -59,6 +59,9 @@
<template slot="append">元 / 张</template>
</el-input>
</el-form-item>
+ <div class="tip" v-if="form.type != 'offline'">
+ 如果为0则不作为预售票购买
+ </div>
<el-form-item
label="划线价"
prop="originPrice"
@@ -212,7 +215,7 @@ export default {
picUrl: "", // 图片
facePrice: "", // 面值
salePrice: "", // 售价
- prePrice: "", //预购价
+ prePrice: 0, //预购价
quantity: "", // 数量
pkgUnit: 200, // 张数
pkgSalePrice: 0, // 单价