|
@@ -12,7 +12,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view style="float:right">
|
|
<view style="float:right">
|
|
|
<button class="admin-button-com middle blue" style="margin-right:8upx;" @click="selectStaffFn()">员工</button>
|
|
<button class="admin-button-com middle blue" style="margin-right:8upx;" @click="selectStaffFn()">员工</button>
|
|
|
- <button class="admin-button-com middle blue" style="margin-right:8upx;" @click="debtChangeFn()">赊账单</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com middle blue" style="margin-right:8upx;" @click="debtChangeFn()">记账单</button>
|
|
|
<button class="admin-button-com middle blue" @click="cancelFn()">清空搜索</button>
|
|
<button class="admin-button-com middle blue" @click="cancelFn()">清空搜索</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -21,7 +21,7 @@
|
|
|
<view class="list" v-for="(item, index) in list.data" :key="index" @click="pageTo({ url: '/admin/order/detail', query: { id: item.id } })" >
|
|
<view class="list" v-for="(item, index) in list.data" :key="index" @click="pageTo({ url: '/admin/order/detail', query: { id: item.id } })" >
|
|
|
<view class="list-top flex-center-between" style="border-bottom:1upx solid #EEEEEE;">
|
|
<view class="list-top flex-center-between" style="border-bottom:1upx solid #EEEEEE;">
|
|
|
<view class="app-color-3" style="font-size:28upx;font-weight:bold;color:#333333;">编号 {{ item.sendNum }}<text v-if="item.bookName!=''" style="margin-left:12upx;">| {{item.bookName}}</text></view>
|
|
<view class="app-color-3" style="font-size:28upx;font-weight:bold;color:#333333;">编号 {{ item.sendNum }}<text v-if="item.bookName!=''" style="margin-left:12upx;">| {{item.bookName}}</text></view>
|
|
|
- <view style="border:1upx solid red;border-radius:18upx;font-size:19upx;padding:5upx 10upx;background-color: red;color:white;" v-if="item.debt == 1">赊账</view>
|
|
|
|
|
|
|
+ <view style="border:1upx solid red;border-radius:18upx;font-size:19upx;padding:5upx 10upx;background-color: red;color:white;" v-if="item.debt == 1">记账</view>
|
|
|
<view style="border:1upx solid #0e7ed8;border-radius:18upx;font-size:19upx;color:white;padding:5upx 10upx;background-color: #0e7ed8;" v-if="item.refund == 1">有售后</view>
|
|
<view style="border:1upx solid #0e7ed8;border-radius:18upx;font-size:19upx;color:white;padding:5upx 10upx;background-color: #0e7ed8;" v-if="item.refund == 1">有售后</view>
|
|
|
<view style="font-size:28upx;" class='app-price app-green'>{{ item.status | constantfilter('ORDER_STATUS') }}</view>
|
|
<view style="font-size:28upx;" class='app-price app-green'>{{ item.status | constantfilter('ORDER_STATUS') }}</view>
|
|
|
</view>
|
|
</view>
|