Merge branch 'wwz' of gitee.com:shaanxi-super-shopkeeper_1/cashierdesktop into gyq
This commit is contained in:
commit
bf1428b205
File diff suppressed because it is too large
Load Diff
|
|
@ -94,6 +94,16 @@ const stored = ref(true)//储值余额
|
||||||
const handleClose = () => {
|
const handleClose = () => {
|
||||||
stored.value = !stored.value
|
stored.value = !stored.value
|
||||||
}
|
}
|
||||||
|
const onSubmit = () => {
|
||||||
|
if (firstinput.value) {
|
||||||
|
|
||||||
|
} else {
|
||||||
|
ElMessage({
|
||||||
|
message: '请输入订单号查询',
|
||||||
|
type: 'warning',
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
const tableData = [
|
const tableData = [
|
||||||
{
|
{
|
||||||
date: '2016-05-03',
|
date: '2016-05-03',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue