You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
362 B
8 lines
362 B
1 year ago
|
import request from "@/utils/request";
|
||
|
|
||
|
export function 排产(data) {return request({url: '/sygdpc/pc', method: 'get',params:data})}
|
||
|
|
||
|
export function 获取排产结果(data) {return request({url: '/sygdpc/sygdjh', method: 'get',params:data})}
|
||
|
|
||
|
export function 生成三月滚动(data) {return request({url: '/sygdpc/createSygdjh', method: 'get',params:data})}
|