|
@ -4367,45 +4367,6 @@ export function getProductionlineAndWorkStation() { |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 打印机列表 |
|
|
|
|
|
*/ |
|
|
|
|
|
export function getPrintList(params) { |
|
|
|
|
|
return request({ |
|
|
|
|
|
url: baseApi + "/wms/print/printerList", |
|
|
|
|
|
method: "post" |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
|
|
|
/** |
|
|
|
|
|
* 打印模板列表 |
|
|
|
|
|
*/ |
|
|
|
|
|
export function getPrintTemplateList(params) { |
|
|
|
|
|
return request({ |
|
|
|
|
|
url: baseApi + "/wms/print/modelList", |
|
|
|
|
|
method: "post" |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//获取物料变更信息
|
|
|
|
|
|
export function getSpareitemcode(params) { |
|
|
|
|
|
return request({ |
|
|
|
|
|
url: baseApi + "/wms/productionitemcode-spareitemcode/getRelation", |
|
|
|
|
|
method: "get", |
|
|
|
|
|
data: params, |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//获取物料变更信息
|
|
|
|
|
|
export function getProductreceiptDetailbByPackingNumber(packingNumber ) { |
|
|
|
|
|
return request({ |
|
|
|
|
|
url: baseApi + "/wms/productreceipt-detailb/getProductreceiptDetailbByPackingNumber?packingNumber="+packingNumber , |
|
|
|
|
|
method: "get", |
|
|
|
|
|
data: {}, |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 打印机列表 |
|
|
* 打印机列表 |
|
|
*/ |
|
|
*/ |
|
|