add:半成品入库

This commit is contained in:
zhangzhiqiang
2023-05-09 22:44:20 +08:00
parent ef710b9b5e
commit 420eec9ace
6 changed files with 612 additions and 97 deletions

View File

@@ -0,0 +1,14 @@
import request from '@/utils/request'
export function getStor(data) {
return request({
url: 'api/stIvtBsrealstorattr/queryStor',
method: 'post',
data
})
}
export default {
// eslint-disable-next-line no-undef
getStor
}