This commit is contained in:
duan
2024-10-31 16:14:37 +08:00
7 changed files with 13 additions and 4 deletions

View File

@@ -634,6 +634,7 @@ import { hasPermission } from '@/utils/limits.js'
export default {
components: { AddConsTakin, UploadExcel, consRecordDetail },
name:'information',
data() {
return {
tongji: {},//统计

View File

@@ -240,6 +240,7 @@ import { tbConsInfoGet, tbProductlist } from "@/api/invoicing";
import { tbShopPurveyorGet, tbProductStockOperateOutAndOn, stockInOut } from '@/api/invoicing'
import { formatDecimal } from '@/utils'
export default {
name:'operation_in',
components: {
shopList,
ConsumableList

View File

@@ -236,6 +236,7 @@ import { tbShopPurveyorGet, tbProductStockOperateOutAndOn, stockInOut, tbConsInf
import { formatDecimal } from '@/utils'
export default {
name:'operation_out',
components: {
shopList,
ConsumableList