生产订单手动推艾普MES

This commit is contained in:
mzr 2025-09-24 19:49:37 +08:00
parent 4d1a88fe07
commit 89602a24ac
1 changed files with 2 additions and 2 deletions

View File

@ -673,14 +673,14 @@ export default function clickBtn(props, id, text, record, index) {
case "tomes": {
rowIds = [];
let billId = props.form.getFormItemsValue(formId, HEADATTRCODE.CPMOHID).value;
// 传递设计任务
// 生产订单手动推艾普MES
rowIds[0] = billId;
ajax({
url: '/nccloud/mmpac/pmo/PmoToMes.do',
data: {pks: rowIds},
success: (res) => {
if (res.success) {
toast({content: "传递设计任务成功", color: 'success'});
toast({content: "传递生产订单成功", color: 'success'});
}
}
});