You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
283 lines
16 KiB
283 lines
16 KiB
<!--pages/supplier/good/index.wxml-->
|
|
<title title="添加商品信息"></title>
|
|
<view style="background:white">
|
|
<view class="input-item">
|
|
<view class="input-item-in">
|
|
<text>供应商名称</text>
|
|
<input disabled="{{true}}" value="{{supplierinfo.supplier_name}}" type="text" placeholder="请输入供应商名称" />
|
|
</view>
|
|
</view>
|
|
<view class="input-item" style="border:none">
|
|
<view class="input-item-in">
|
|
<text>商品名称</text>
|
|
<input disabled="{{oldSku.length>0}}" value="{{info.product_name}}" bindblur="blurname" data-name="product_name" bindinput="changeProductName" type="text" placeholder="请输入商品名称" />
|
|
</view>
|
|
<view class="error-tip" wx:if="{{nameerror}}">请输入商品名称</view>
|
|
</view>
|
|
</view>
|
|
<view class="sku-box" wx:for="{{sku}}">
|
|
<view class="com-flex sku-top">
|
|
<text>规格{{index+1}}</text>
|
|
<view wx:if="{{item.audit}}" class="com-flex sku-status sku-status{{item.audit.value}}" bindtap="showMsg" data-item="{{item}}">
|
|
<view class="sku-status-box">{{item.audit_text.value}}</view>
|
|
<view class="sku-status-reject" wx:if="{{item.audit.value==2}}">点击查看原因 >></view>
|
|
</view>
|
|
<view style="flex:1"></view>
|
|
<view class="com-flex" bindtap="delSku" data-index="{{index}}" wx:if="{{item.audit && item.audit.value==2 || !item.audit}}">
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/supplier/delicon.png" mode="widthFix"></image>
|
|
<view>删除</view>
|
|
</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in">
|
|
<text>规格名称</text>
|
|
<input value="{{item.sku_name.value}}" disabled="{{item.audit && item.audit.value<2}}" bindblur="blur" data-index="{{index}}" data-name="sku_name" bindinput="changeInfo" type="text" placeholder="请输入规格名称" />
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.sku_name.error}}">请输入规格名称</view>
|
|
</view>
|
|
<view wx:if="{{item.show}}">
|
|
<view class="input-item">
|
|
<view class="input-item-in">
|
|
<text>规格图片</text>
|
|
<view style="flex:1"></view>
|
|
<view class="img-box" wx:for="{{item.sku_img.value}}" wx:for-index="j" wx:for-item="img">
|
|
<image src="{{img}}" mode="aspectFill"></image>
|
|
<view class="iconfont icon-close" wx:if="{{item.audit && item.audit.value==2 || !item.audit}}" bindtap="delImg" data-index="{{index}}" data-imgindex="{{j}}"></view>
|
|
</view>
|
|
<view class="btn" style="margin-left:30rpx" bindtap="upload" data-index="{{index}}" data-name="sku_img" wx:if="{{item.sku_img && item.sku_img.value.length<3 && (item.audit && item.audit.value==2 || !item.audit)}}">点击上传</view>
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.sku_name.error}}">请上传规格图片</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in" style="align-items:flex-start">
|
|
<text>线路详情</text>
|
|
<view class="com-flex sl-box" bindtap="showFlag" data-index="1" data-text="线路详情">
|
|
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/supplier/sl.png"></image>
|
|
<text>示例</text>
|
|
</view>
|
|
<textarea auto-height disabled="{{item.audit && item.audit.value<2}}" value="{{item.line_desc.value}}" bindblur="blur" data-name="line_desc" data-index="{{index}}" bindinput="changeInfo" maxlength="-1" placeholder="请输入线路详情描述"></textarea>
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.line_desc.error}}">请输入线路详情</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in" style="align-items:flex-start">
|
|
<text>使用说明</text>
|
|
<view class="com-flex sl-box" bindtap="showFlag" data-index="2" data-text="使用说明">
|
|
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/supplier/sl.png"></image>
|
|
<text>示例</text>
|
|
</view>
|
|
<textarea auto-height disabled="{{item.audit && item.audit.value<2}}" value="{{item.use_desc.value}}" data-name="use_desc" bindblur="blur" data-index="{{index}}" bindinput="changeInfo" maxlength="-1" placeholder="请输入使用说明描述"></textarea>
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.use_desc.error}}">请输入使用说明</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in" style="align-items:flex-start">
|
|
<text>费用说明</text>
|
|
<view class="com-flex sl-box" bindtap="showFlag" data-index="3" data-text="费用说明">
|
|
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/supplier/sl.png"></image>
|
|
<text>示例</text>
|
|
</view>
|
|
<textarea auto-height disabled="{{item.audit && item.audit.value<2}}" value="{{item.cost_desc.value}}" data-name="cost_desc" bindblur="blur" data-index="{{index}}" bindinput="changeInfo" maxlength="-1" placeholder="请输入费用说明"></textarea>
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.cost_desc.error}}">请输入费用说明</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in">
|
|
<text>售价</text>
|
|
<input value="{{item.mark_price.value}}" disabled="{{item.audit && item.audit.value<2}}" data-name="mark_price" bindinput="changeInfo" bindblur="blur" data-index="{{index}}" type="number" placeholder="填写售价" />
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.mark_price.error}}">请输入售价</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in">
|
|
<text>结算价</text>
|
|
<input value="{{item.cost_price.value}}" disabled="{{item.audit && item.audit.value<2}}" data-name="cost_price" bindinput="changeInfo" data-index="{{index}}" bindblur="blur" type="number" placeholder="填写结算价" />
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.cost_price.error}}">请输入结算价</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in">
|
|
<text>库存</text>
|
|
<input value="{{item.stock.value}}" data-name="stock" disabled="{{item.audit && item.audit.value<2}}" bindinput="changeInfo" type="number" bindblur="blur" data-index="{{index}}" placeholder="填写库存" />
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.stock.error}}">请输入库存</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in" style="align-items:flex-start">
|
|
<text>预定须知</text>
|
|
<view class="com-flex sl-box" bindtap="showFlag" data-index="4" data-text="预定须知">
|
|
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/supplier/sl.png"></image>
|
|
<text>示例</text>
|
|
</view>
|
|
<textarea auto-height value="{{item.reserve_desc.value}}" disabled="{{item.audit && item.audit.value<2}}" data-name="reserve_desc" data-index="{{index}}" bindblur="blur" bindinput="changeInfo" maxlength="-1" placeholder="请输入预定须知"></textarea>
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.reserve_desc.error}}">请输入预定须知</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in">
|
|
<text>可售时间</text>
|
|
<input value="{{item.available_time.value}}" data-name="available_time" disabled="{{item.audit && item.audit.value<2}}" bindinput="changeInfo" data-index="{{index}}" bindblur="blur" type="text" placeholder="请输入可售时间" />
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.available_time.error}}">请输入可售时间</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in">
|
|
<text>是否实名</text>
|
|
<view style="flex:1"></view>
|
|
<view class="com-flex" bindtap="realCheck" data-index="{{index}}" data-value="1">
|
|
<text>是</text>
|
|
<view class="iconfont {{item.is_realname.value==1?'icon-gou':'icon-quan'}}"></view>
|
|
</view>
|
|
<view class="com-flex" bindtap="realCheck" data-index="{{index}}" data-value="0">
|
|
<text>否</text>
|
|
<view class="iconfont {{item.is_realname.value==0?'icon-gou':'icon-quan'}}"></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="input-item">
|
|
<view class="input-item-in" style="align-items:flex-start">
|
|
<text>退款规则</text>
|
|
<view class="com-flex sl-box" style="opacity:0">
|
|
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/supplier/sl.png"></image>
|
|
<text>示例</text>
|
|
</view>
|
|
<textarea auto-height value="{{item.refund_desc.value}}" disabled="{{item.audit && item.audit.value<2}}" data-name="refund_desc" bindinput="changeInfo" bindblur="blur" data-index="{{index}}" maxlength="-1" placeholder="请输入退款规则"></textarea>
|
|
</view>
|
|
<view class="error-tip" wx:if="{{item.refund_desc.error}}">请输入退款规则</view>
|
|
</view>
|
|
</view>
|
|
<view class="com-flex sku-bottom" bindtap="arrow" data-index="{{index}}">
|
|
<text>{{item.show?'收起':'展开'}}</text>
|
|
<image class="{{item.show?'':'rotate'}}" src="https://static.ticket.sz-trip.com/xcxImages/supplier/arrowicon.png" mode="widthFix"></image>
|
|
</view>
|
|
</view>
|
|
<view class="com-flex add-sku-btn" bindtap="addSku">
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/supplier/iconadd.png" mode="widthFix"></image>
|
|
<text>点击添加规格</text>
|
|
</view>
|
|
<view class="error-tip" style="text-align:center" wx:if="{{skuerror}}">请添加规格</view>
|
|
<view style="height:120rpx"></view>
|
|
<view class="btnall{{submitFlag?' ok':''}}" bindtap="submit">确定</view>
|
|
<view class="mask" wx:if="{{showFlagIndex!=-1}}">
|
|
<view class="mask-bg" bindtap="showFlag" data-index="-1"></view>
|
|
<view class="mask-content">
|
|
<view class="mask-title">{{flagText}}示例</view>
|
|
<view class="iconfont icon-close" bindtap="showFlag" data-index="-1"></view>
|
|
<text decode class="mask-info" wx:if="{{showFlagIndex==1}}">产品介绍
|
|
美育:不仅仅是教学生学会唱歌跳舞,学会画画,欣赏音乐,欣赏美术,首先要培养学生的“心灵美”,使青少年具有一颗美好的、善良的、感恩的、爱的心灵,懂得珍惜生命,珍惜美好的事物,懂得帮助他人,懂得爱父母,爱他人,爱祖国山河,爱天地万物。
|
|
|
|
金鸡湖美术馆:苏州工业园区金鸡湖畔苏州文化艺术中心二楼,共设4个展厅,以研究、策划、展示、收藏国内外优秀的当代艺术作品为主,并兼顾传统艺术研究,注重国际艺术交流和推广。“文脉苏州”:解析江南风土人情的组成要素及绘画表现,解读七个江南系列作品,包含苏州老行当、姑苏风情录、江南小巷、江南古镇、苏州园林、消失的乡土、姑苏人物篇等。
|
|
|
|
探秘电影放映室:数字放映机如何放映出电影?那个银幕背后的“神秘小黑屋”里究竟隐藏了什么?揭开“神秘小黑屋”之谜,聆听银幕背后的神秘故事,了解“小黑屋”魅力所在。
|
|
|
|
|
|
【行程明细】
|
|
08:45-09:00 集合 苏州文化艺术中心东门
|
|
09:00-09:30 开营仪式 文化艺术中心指定场地
|
|
09:30-10:30 参观IMAX影视剧 文化艺术中心放映厅
|
|
10:30-11:00 探秘电影放映室 文化艺术中心放映厅
|
|
11:00-12:00 参观金鸡湖美术馆 金鸡湖美术馆
|
|
12:00-13:00 午餐 文化艺术中心指定餐厅
|
|
13:00-13:30 乘船前往桃花岛 桃花岛
|
|
13:30-15:00 小小考古家DIY 桃花岛
|
|
15:00-16:00 萌宠互动:解锁动物密码 桃花岛
|
|
16:00-16:30 乘船离开桃花岛 桃花岛
|
|
16:30-17:00 结营仪式 家长接孩子 苏州文化艺术中心东门(以上时间为参考时间,具体以当日实际情况而定)
|
|
|
|
预订须知
|
|
【费用包含】
|
|
①教辅材料:行程中所需教辅材料、IMAX剧场票
|
|
②交通:金鸡湖码头往返游船;
|
|
③保险:旅行社责任险、旅游意外险
|
|
④午餐:荤素搭配,营养均衡
|
|
|
|
【费用不包含】
|
|
①请自行前往集合起讫地点
|
|
②除包含项外其他费用
|
|
③行程中无二次消费
|
|
|
|
【人群说明】
|
|
7-13岁在校学生独立参加
|
|
|
|
【使用说明】
|
|
①会于出行前一天17点前以电话或短信方式与您确认集合时间地点,如国家法定节假日可能会往后顺延至20点之前和您联系,请务必保证预留手机号畅通
|
|
②若出行前无短信、电话或其他方式和您确认出行相关信息,请拨打紧急电话:13338650833
|
|
|
|
【售卖时间】
|
|
|
|
【使用有效期】
|
|
|
|
【取消条款】
|
|
出行前 7日:家长无需任何理由提出,我们全额退款。
|
|
出行前3-7日:收取总团款30%的费用
|
|
出行前1-3日:收取总团款50%的费用
|
|
当天取消:家长自动放弃团款全损
|
|
|
|
【活动保障】
|
|
①户外活动有风险,我们针对独立参加活动的儿童师资配比约1:8,保证杜绝一切安全隐患做到100%安全,保障孩子户外活动安全权益。
|
|
②我们活动由中国人寿承保,旅行社责任保险+旅游意外险给孩子们双重保障。我们和每一位家长都签署国家旅游局标准合同,全方位保障参与者与家长的保险权益。
|
|
③而作为孩子单独参加,我们主办方作为唯一监护人,具有不可推卸的安全看护责任!对于师资配比、经营资质、保险保障绝对是放在首位。
|
|
④领队老师全程拍照分享,记录孩子们活动当天的全过程。独立参加孩子的家长足不出户实时了解掌握孩子们动态。
|
|
|
|
【温馨提示】
|
|
①集合地点:苏州文化艺术中心(东门,近停车场)
|
|
②集合时间:周六/周日上午08:45
|
|
③结束时间和地点:下午17:00苏州文化艺术中心(东门)
|
|
④需要徒步,请穿轻便运动鞋
|
|
⑤需要自行准备水杯,笔记本,笔,口罩
|
|
⑥不需要携带:零食,电子产品
|
|
⑦活动开始前24小时截图方式收集学生和家长绿码,家长的行程码,同学身份证信息
|
|
|
|
售价 388元/人
|
|
结算价
|
|
|
|
</text>
|
|
<text decode class="mask-info" wx:elif="{{showFlagIndex==2}}">【使用说明】
|
|
①会于出行前一天17点前以电话或短信方式与您确认集合时间地点,如国家法定节假日可能会往后顺延至20点之前和您联系,请务必保证预留手机号畅通
|
|
②若出行前无短信、电话或其他方式和您确认出行相关信息,请拨打紧急电话:13338650833
|
|
</text>
|
|
<text decode class="mask-info" wx:elif="{{showFlagIndex==3}}">【费用包含】
|
|
①教辅材料:行程中所需教辅材料、IMAX剧场票
|
|
②交通:金鸡湖码头往返游船;
|
|
③保险:旅行社责任险、旅游意外险
|
|
④午餐:荤素搭配,营养均衡
|
|
|
|
【费用不包含】
|
|
①请自行前往集合起讫地点
|
|
②除包含项外其他费用
|
|
③行程中无二次消费
|
|
</text>
|
|
<text decode class="mask-info" wx:elif="{{showFlagIndex==4}}">【人群说明】
|
|
7-13岁在校学生独立参加
|
|
|
|
【售卖时间】
|
|
2022.1.1-2022.3.9
|
|
【使用有效期】
|
|
2022.1.10、2022.2.10\2022.3.10
|
|
【取消条款】
|
|
出行前 7日:家长无需任何理由提出,我们全额退款。
|
|
出行前3-7日收取总团款30%的费用
|
|
出行前1-3日:收取总团款50%的费用
|
|
当天取消:家长自动放弃团款全损
|
|
|
|
【活动保障】
|
|
①户外活动有风险,我们针对独立参加活动的儿童师资配比约1:8,保证杜绝一切安全隐患做到100%安全,保障孩子户外活动安全权益。
|
|
②我们活动由中国人寿承保,旅行社责任保险+旅游意外险给孩子们双重保障。我们和每一位家长都签署国家旅游局标准合同,全方位保障参与者与家长的保险权益。
|
|
③而作为孩子单独参加,我们主办方作为唯一监护人,具有不可推卸的安全看护责任!对于师资配比、经营资质、保险保障绝对是放在首位。
|
|
④领队老师全程拍照分享,记录孩子们活动当天的全过程。独立参加孩子的家长足不出户实时了解掌握孩子们动态。
|
|
|
|
【温馨提示】
|
|
① 本产品需提前一天22点前预定,以便本社进行出团准备工作
|
|
② 集合地点:苏州文化艺术中心(东门,近停车场)
|
|
③ 集合时间:周六/周日上午08:45
|
|
④ 结束时间和地点:下午17:00苏州文化艺术中心(东门)
|
|
⑤ 需要徒步,请穿轻便运动鞋
|
|
⑥ 需要自行准备水杯,笔记本,笔,口罩
|
|
⑦ 不需要携带:零食,电子产品
|
|
⑧活动开始前24小时截图方式收集学生和家长绿码,家长的行程码,同学身份证信息
|
|
|
|
售价 388元/人
|
|
结算价
|
|
</text>
|
|
</view>
|
|
</view>
|