1
This commit is contained in:
@@ -600,6 +600,7 @@ import { hasPermission } from '@/utils/limits.js'
|
||||
|
||||
export default {
|
||||
components: { AddConsTakin, UploadExcel, consRecordDetail },
|
||||
name:'information',
|
||||
data() {
|
||||
return {
|
||||
tongji: {},//统计
|
||||
|
||||
@@ -226,6 +226,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
|
||||
|
||||
@@ -221,6 +221,7 @@ import { tbShopPurveyorGet, tbProductStockOperateOutAndOn, stockInOut, tbConsInf
|
||||
|
||||
import { formatDecimal } from '@/utils'
|
||||
export default {
|
||||
name:'operation_out',
|
||||
components: {
|
||||
shopList,
|
||||
ConsumableList
|
||||
|
||||
@@ -437,6 +437,7 @@ export default {
|
||||
Editor,
|
||||
addImg,
|
||||
},
|
||||
name:'add_shop',
|
||||
data() {
|
||||
const validatordateUsed = (rule, value, callback) => {
|
||||
if (!this.form.notices.dateUsed) {
|
||||
|
||||
@@ -244,6 +244,7 @@ import { tbProductListV2, tbShopCategoryGet, tbProductDelete, tbProductIsHot, up
|
||||
import { hasPermission } from '@/utils/limits.js'
|
||||
|
||||
export default {
|
||||
name:'product',
|
||||
components: {
|
||||
BindCons,
|
||||
StockHistory
|
||||
|
||||
Reference in New Issue
Block a user