This commit is contained in:
2021-09-13 14:56:28 +08:00
commit ac0d6e9083
777 changed files with 90286 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
/*
* @Author: gtz
* @Date: 2021-04-28 11:26:59
* @LastEditors: gtz
* @LastEditTime: 2021-04-28 11:27:53
* @Description: file content
*/
import request from '@/utils/request'
export function list(data) {
return request({
url: '/material/equipment-material-replace/page',
method: 'post',
data
})
}
export function getMaterialBatchList(data) {
return request({
url: '/material/material-date/page',
method: 'post',
data
})
}