备料计划卡片页下达请购生产增加确认弹框

This commit is contained in:
lihao 2025-09-08 14:07:02 +08:00
parent a7c27a1529
commit 5ce7b64172
2 changed files with 4 additions and 4 deletions

View File

@ -829,7 +829,7 @@ export default async function clickBtn(props, id, text, record, index) {
pushrzmsBtnClick.call(this, props);
break;
case "to_buying"://请购
showWarningDialog("是否确定下达请购", "", {
showWarningDialog("是否生成请购单", "", {
/* 国际化处理: 确认终止,是否确定将此合同终止*/
beSureBtnClick: () => {
hids = [];
@ -854,7 +854,7 @@ export default async function clickBtn(props, id, text, record, index) {
break;
case "to_pmo"://流程生产订单
showWarningDialog("是否确定下达生产", "", {
showWarningDialog("是否生成生产订单", "", {
/* 国际化处理: 确认终止,是否确定将此合同终止*/
beSureBtnClick: () => {
hids = [];

View File

@ -446,7 +446,7 @@ export default function (props, key, text, record, index) {
});
break;
case "to_buying"://请购
showWarningDialog("是否确定下达请购", "", {
showWarningDialog("是否生成请购单", "", {
/* 国际化处理: 确认终止,是否确定将此合同终止*/
beSureBtnClick: () => {
cpickmids = [];
@ -539,7 +539,7 @@ export default function (props, key, text, record, index) {
});
break;
case "to_pmo"://流程生产订单
showWarningDialog("是否确定下达生产", "", {
showWarningDialog("是否生成生产订单", "", {
/* 国际化处理: 确认终止,是否确定将此合同终止*/
beSureBtnClick: () => {
cpickmids = [];