jikeou
This commit is contained in:
@@ -6,7 +6,7 @@ export const pickingInfo = (code) => post('api/board/pickingInfo', {
|
||||
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', {
|
||||
material_id: code,
|
||||
|
||||
@@ -189,8 +189,8 @@
|
||||
|
||||
<script>
|
||||
import THeader from '@components/header.vue'
|
||||
// import { synthesizeInfo } from '@js/getData2.js'
|
||||
import { synthesizeInfo } from '@js/mork01.js'
|
||||
import { synthesizeInfo } from '@js/getData2.js'
|
||||
// import { synthesizeInfo } from '@js/mork01.js'
|
||||
export default {
|
||||
components: {
|
||||
THeader
|
||||
|
||||
Reference in New Issue
Block a user