更新代客下单无台桌下单,更新台桌列表

This commit is contained in:
2024-10-25 11:40:54 +08:00
parent 3dea396d0d
commit 6c4786876e
10 changed files with 115 additions and 27 deletions

View File

@@ -930,7 +930,7 @@
import {
$types,
$defaultSku
} from '../goodsData.js'
} from '@/commons/goodsData.js'
import {
$getProductDetail,
$tbShopCategory,

View File

@@ -546,7 +546,7 @@
import {
$types,
$defaultSku
} from '../goodsData.js'
} from '@/commons/goodsData.js'
import {
$getProductDetail,
$tbShopCategory,

View File

@@ -183,8 +183,9 @@
import go from '@/commons/utils/go.js';
import color from '@/commons/color.js';
import {
$types,
$defaultSku
} from '../goodsData.js'
} from '@/commons/goodsData.js'
import {
$productSpec
} from '@/http/yskApi/goods.js';

View File

@@ -78,7 +78,8 @@
import listItem from './components/list-item';
import {
$pageData
} from '../goodsData.js'
} from '@/commons/goodsData.js'
import {
computed,
reactive,

View File

@@ -93,8 +93,9 @@
$getProductDetail,
$getProductStockDetail,$getProductStockDetailSum
} from '@/http/yskApi/goods.js'
import {$invoicingType} from '../goodsData.js'
import {
$invoicingType
} from '@/commons/goodsData.js'
const search = reactive({
keyword: '',
show: false

View File

@@ -1,6 +1,6 @@
import {
$types
} from '@/pageProduct/goodsData.js'
} from '@/commons/goodsData.js'
export function returnSkuSnap(goods) {
const selectSpec = typeof goods.selectSpec === 'string' ? JSON.parse(goods.selectSpec) : goods.selectSpec
let result = selectSpec.map(v => {