161 lines
7.1 KiB
Plaintext
161 lines
7.1 KiB
Plaintext
|
|
<view class="container">
|
||
|
|
<view class="login_box">
|
||
|
|
<view class="mybusiness_title">商品管理后台网址和账号<view class="close">
|
||
|
|
<switch checked='{{IFDefault}}' color="#00B050" bindchange="changeisDefault"></switch>
|
||
|
|
</view></view>
|
||
|
|
<view class="login_box_to" wx:if="{{IFDefault}}">
|
||
|
|
|
||
|
|
<view class="login_item">
|
||
|
|
<view class="item_title">
|
||
|
|
登录网址
|
||
|
|
</view>
|
||
|
|
<view class="item_box">
|
||
|
|
<textarea id="txturl">{{loginurl}}</textarea>
|
||
|
|
</view>
|
||
|
|
<view class="copy">
|
||
|
|
<image src="../../images/copy.png" bindtap="oncopy0" data-id="{{loginurl}}" />
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view class="login_item">
|
||
|
|
<view class="item_title">
|
||
|
|
登录账号
|
||
|
|
</view>
|
||
|
|
<view class="item_box">
|
||
|
|
<input type="text" name="txtuserid" value="{{userid}}" />
|
||
|
|
</view>
|
||
|
|
<view class="copy">
|
||
|
|
<image src="../../images/copy.png" bindtap="oncopy0" data-id="{{userid}}" />
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view class="login_item">
|
||
|
|
<view class="item_title">
|
||
|
|
登录密码
|
||
|
|
</view>
|
||
|
|
<view class="item_box">
|
||
|
|
<input type="text" name="txtuserpwd" value="{{userpwd}}" />
|
||
|
|
</view>
|
||
|
|
<view class="copy">
|
||
|
|
<image src="../../images/copy.png" bindtap="oncopy0 "data-id="{{userpwd}}" />
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view class="login_item" >
|
||
|
|
<view class="item_title">
|
||
|
|
二级密码
|
||
|
|
</view>
|
||
|
|
<view class="item_box">
|
||
|
|
<input type="text" name="txtuserpwd0" value="{{userpwd0}}" />
|
||
|
|
</view>
|
||
|
|
<view class="copy">
|
||
|
|
<image src="../../images/copy.png" bindtap="oncopy0" data-id="{{userpwd0}}" />
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
<view class="login_box" style=" margin-top:0.8em;">
|
||
|
|
<view class="mybusiness_title">我的货款</view>
|
||
|
|
<view class="mydata_box0 jfbox" style="border-radius:0;">
|
||
|
|
<view id="djhkye">
|
||
|
|
<view bindtap="onlog" data-id="16">
|
||
|
|
<text>冻结货款</text>
|
||
|
|
<text class="je" id="hkdjye_box">{{hkdjye}}</text>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view id="jdhkye">
|
||
|
|
<view bindtap="onlog" data-id="17">
|
||
|
|
<text>解冻货款</text>
|
||
|
|
<text class="je" id="hkjdye_box">{{hkjdye}}</text>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view id="hkksye">
|
||
|
|
<view bindtap="onlog" data-id="18">
|
||
|
|
<text>货款扣税</text>
|
||
|
|
<text class="je" id="hkksye_box">{{hkksye}}</text>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view class="login_box" style=" margin-top:0.8em">
|
||
|
|
<view class="mybusiness_title">商品管理<view class="close" bindtap="onproduct" data-id="0">全部商品</view></view>
|
||
|
|
<view class="mydata_box0 orderbox">
|
||
|
|
<view bindtap="onproduct" data-id="1">
|
||
|
|
|
||
|
|
<text>已上架</text>
|
||
|
|
<text>{{productcount}}</text>
|
||
|
|
</view>
|
||
|
|
<view bindtap="onproduct" data-id="2">
|
||
|
|
|
||
|
|
<text>未上架</text>
|
||
|
|
<text>{{productcount0}}</text>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view class="login_box" style=" margin-top:0.8em">
|
||
|
|
<view class="mybusiness_title">发货订单<view class="close" bindtap="onorders" data-index="1" data-id="0">全部订单</view></view>
|
||
|
|
<view class="mydata_box0 orderbox">
|
||
|
|
|
||
|
|
<view bindtap="onorders" data-index="1" data-id="1">
|
||
|
|
<text>待发货</text>
|
||
|
|
<text>{{fhordercount0}}</text>
|
||
|
|
</view>
|
||
|
|
<view bindtap="onorders" data-index="1" data-id="2">
|
||
|
|
|
||
|
|
<text>待收货</text>
|
||
|
|
<text>{{fhordercount1}}</text>
|
||
|
|
</view>
|
||
|
|
<view bindtap="onorders" data-index="1" data-id="3">
|
||
|
|
|
||
|
|
<text>已完成</text>
|
||
|
|
<text>{{fhordercount2}}</text>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view class="login_box" style=" margin-top:0.8em">
|
||
|
|
<view class="mybusiness_title">快递订单<view class="close" bindtap="onorders" data-index="2" data-id="0">全部订单</view></view>
|
||
|
|
<view class="mydata_box0 orderbox">
|
||
|
|
|
||
|
|
<view bindtap="onorders" data-index="2" data-id="1">
|
||
|
|
|
||
|
|
<text>待发货</text>
|
||
|
|
<text>{{kdordercount0}}</text>
|
||
|
|
</view>
|
||
|
|
<view bindtap="onorders" data-index="2" data-id="2">
|
||
|
|
|
||
|
|
<text>待收货</text>
|
||
|
|
<text>{{kdordercount1}}</text>
|
||
|
|
</view>
|
||
|
|
<view bindtap="onorders" data-index="2" data-id="3">
|
||
|
|
|
||
|
|
<text>已完成</text>
|
||
|
|
<text>{{kdordercount2}}</text>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view class="login_box" style=" margin-top:0.8em">
|
||
|
|
<view class="mybusiness_title">自提订单<view class="close" bindtap="onorders" data-index="3" data-id="0">全部订单</view></view>
|
||
|
|
<view class="mydata_box0 orderbox">
|
||
|
|
|
||
|
|
<view bindtap="onorders" data-index="3" data-id="1">
|
||
|
|
|
||
|
|
<text>待发货</text>
|
||
|
|
<text>{{ztordercount0}}</text>
|
||
|
|
</view>
|
||
|
|
<view bindtap="onorders" data-index="3" data-id="2">
|
||
|
|
|
||
|
|
<text>待收货</text>
|
||
|
|
<text>{{ztordercount1}}</text>
|
||
|
|
</view>
|
||
|
|
<view bindtap="onorders" data-index="3" data-id="3">
|
||
|
|
<text>已完成</text>
|
||
|
|
<text>{{ztordercount2}}</text>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<loading hidden="{{loadingHidden}}">
|
||
|
|
加载中...
|
||
|
|
</loading>
|