feat:设备管理修改

This commit is contained in:
houjunxiang
2026-03-20 17:56:17 +08:00
parent f0dffc29fa
commit 904d1c4ea4
15 changed files with 564 additions and 468 deletions

View File

@@ -77,7 +77,8 @@ async function getMaterialList() {
let params = {
code: materialCode.value,
usageStatus: 1,
useEndFlag: 0
useEndFlag: 0,
businessType:'used_mark'
}
const data = await nx.$api.material.queryMaterialInfo(params)
if (!data) return uni.showToast({ title: '未查询到该物料信息', icon: 'none' })