问题修复
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
class="u-p-t-32 u-p-b-32 u-p-r-28 u-p-l-28 u-m-t-40 bg-fff u-flex u-row-between"
|
||||
>
|
||||
<view class="color-333" style="font-weight: bold">历史订单</view>
|
||||
<view class="color-666">
|
||||
<!-- <view class="color-666">
|
||||
<uni-icons color="#666" type="trash"></uni-icons>
|
||||
<text
|
||||
class="u-m-l-10"
|
||||
@@ -134,7 +134,7 @@
|
||||
"
|
||||
>清空历史订单</text
|
||||
>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view
|
||||
v-for="(item, index) in historyOrder"
|
||||
@@ -581,7 +581,7 @@ function getshopsInfo() {
|
||||
|
||||
async function workerConfirm() {
|
||||
//debugger
|
||||
form.workerAccount=accountStore.staffUserName
|
||||
// form.workerAccount=accountStore.staffUserName
|
||||
if (!form.workerAccount) {
|
||||
return infoBox.showToast("请输入服务员账号");
|
||||
}
|
||||
@@ -603,7 +603,7 @@ async function workerConfirm() {
|
||||
placeNum: 1, //当前订单下单次数
|
||||
waitCall: 0, //是否等叫 0 否 1 等叫
|
||||
vipPrice: false, //是否使用会员价
|
||||
limitRate: null,
|
||||
limitRate: props.limitTimeDiscount,
|
||||
subStatus: subStatus.value,
|
||||
orderId: props.orderInfo.id?props.orderInfo.id:"",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user