新增订单快捷收银
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
style="margin-top: 20px;" :total="Number(ordereData.total)"
|
||||
@current-change="handleCurrentChange" />
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="快捷收银" name="cash">
|
||||
<cashTable />
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
</div>
|
||||
<div class="orderbox_right" v-if="itemboxshow" v-loading="orderDetaildata.loading" :loading="loadingboxshow">
|
||||
@@ -49,7 +52,7 @@
|
||||
</div>
|
||||
<div class="orderbox_right_item">
|
||||
<span class="span">创建时间:</span><span class="nunber">{{ dayjs(
|
||||
orderDetaildata.createdAt).format("YYYY-MM-DD HH:mm:ss") }}</span>
|
||||
orderDetaildata.createdAt).format("YYYY-MM-DD HH:mm:ss") }}</span>
|
||||
</div>
|
||||
<div class="orderbox_right_item">
|
||||
<span class="span">终端:</span><span class="nunber">{{ orderDetaildata.zdNo }}</span>
|
||||
@@ -209,7 +212,8 @@
|
||||
<div class="recharge_footer_itemright_botton_box">
|
||||
<div class="recharge_footer_itemright_botton_boxone">
|
||||
<div class="recharge_footer_itemright_botton_boxoneabsolute">退单金额:</div>
|
||||
<div class="recharge_footer_itemright_botton_boxonetext">¥{{ refundamount > 0 ? refundamount : '0.00' }}</div>
|
||||
<div class="recharge_footer_itemright_botton_boxonetext">¥{{ refundamount > 0 ? refundamount
|
||||
: '0.00' }}</div>
|
||||
</div>
|
||||
<div class="recharge_footer_itemright_botton_boxtow">
|
||||
<el-button type="primary" style="width: 100%; height: 100%;" :loading="buttonloading"
|
||||
@@ -232,6 +236,7 @@ import { useUser } from "@/store/user.js"
|
||||
import lodash from 'lodash'
|
||||
import { orderfindOrder, orderorderDetail, payreturnOrder, cloudPrinterprint } from '@/api/order/index.js'
|
||||
import add from '@/views/order/components/add.vue'
|
||||
import cashTable from '@/views/order/components/cashTable.vue'
|
||||
import { clearNoNum } from '@/utils'
|
||||
const store = useUser()
|
||||
const itemboxshow = ref(false)
|
||||
@@ -392,7 +397,7 @@ const ordereData = reactive({//表格数据
|
||||
list: [],
|
||||
size: 10,
|
||||
page: 1,
|
||||
status: '',
|
||||
status: 'cash',
|
||||
total: '',
|
||||
orderNo: '',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user