export const qualityInspectionApi = { /** * @原盐钙镁列表 */ pageList: { url: '/wrzs/zjqualitycheck/page', method: 'GET' }, /** * @原盐钙镁新增 */ rawSaltsSampling: { url: '/wrzs/zjqualitycheck/rawSaltsSampling', method: 'post' }, /** * @供应商 */ getClaimCustomerList: { url: '/wrzs/yhcustomer/getYhcustomerList', method: 'GET' }, /** * @煤仓 */ getFiledIdCoalBunker: { url: '/wrzs/jccoalbunker/getFiledIdCoalBunker', method: 'GET' }, /** * @deptId */ getList: { //传deptId url: '/wrzs/jccoalfiled/list', method: 'GET' }, /** * @氢氧化钠取样--列表 */ /** * @氢氧化钠取样--新增 */ zjqualitycheck: { url: '/wrzs/zjqualitycheck', method: 'post' }, /** * @EDC列表 */ getTaskCoalOfNoDetection: { url: '/wrzs/tmtaskcoal/getTaskCoalOfNoDetection', method: 'GET' }, /** * @EDC取样 /zjqualitycheck/edcSampling */ edcSampling: { url: '/wrzs/zjqualitycheck/edcSampling', method: 'post' }, /** * @EDC详情 /zjqualitycheck/edcSampling */ getByIdAndSubList: { url: '/wrzs/zjqualitycheck/getByIdAndSubList', method: 'get' }, }