生产订单手动推艾普MES
This commit is contained in:
		
							parent
							
								
									4d1a88fe07
								
							
						
					
					
						commit
						89602a24ac
					
				|  | @ -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'}); | ||||
|                     } | ||||
|                 } | ||||
|             }); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue