This commit is contained in:
2025-07-04 10:16:59 +08:00
parent 3ff0fdc130
commit 8218b9d6d8
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ export const pickingInfo = (code) => post('api/board/pickingInfo', {
code: code code: code
}) })
// 仓储看板 // 仓储看板
export const synthesizeInfo = () => post('api/board/synthesizeInfo', {}) export const synthesizeInfo = () => post('api/bigScreen/getData', {})
// 修改重量 // 修改重量
export const updateMaterialInfo = (code, w) => post('api/bmMaterial/updateMaterialInfo', { export const updateMaterialInfo = (code, w) => post('api/bmMaterial/updateMaterialInfo', {
material_id: code, material_id: code,

View File

@@ -189,8 +189,8 @@
<script> <script>
import THeader from '@components/header.vue' import THeader from '@components/header.vue'
// import { synthesizeInfo } from '@js/getData2.js' import { synthesizeInfo } from '@js/getData2.js'
import { synthesizeInfo } from '@js/mork01.js' // import { synthesizeInfo } from '@js/mork01.js'
export default { export default {
components: { components: {
THeader THeader