子页面装货

This commit is contained in:
2026-03-11 11:00:58 +08:00
parent 9fe461e0f6
commit e89868ce58
3 changed files with 54 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
return {
title: '',
dataList: [],
dataList: [{material_code: 'm001', qty: 100, checked: false, initialQty: 100}, {material_code: 'm002', qty: 200, checked: false, initialQty: 200}],
// dataList: [{material_code: 'm001', qty: 100, checked: false, initialQty: 100}, {material_code: 'm002', qty: 200, checked: false, initialQty: 200}],
disabled: false
};
},

View File

@@ -138,8 +138,8 @@
},
methods: {
async _authority () {
let res = await authority()
// let res = await allAuthority()
// let res = await authority()
let res = await allAuthority()
if (res.code === '1') {
this.menuList = [...res.result.rf_menu1.sonTree]
} else {