流程生产订单详细信息弹框最大化-zhangxin

This commit is contained in:
mzr 2025-09-24 20:27:28 +08:00
parent 89602a24ac
commit fdaf26d720
2 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ class GrandDialog extends Component {
}}
// onShow={this.initHead(this.props)}
ref={(NCModal) => (this.NCModal = NCModal)}
size="xlg"
size="max"
>
<NCHotKeys
keyMap={{

View File

@ -99,7 +99,7 @@ export default function refAddLineComfirmBtnClick(array) {
npk_supplier = npk_supplier == null ? '' : npk_supplier;
npk_org = npk_org == null || npk_org == '' ? null : npk_org;
// 先判断表头的 业务交易类型、供应商、采购组织 三个是否一致 不一致不能追加
if (octrantypeid == nctrantypeid && opk_supplier == npk_supplier && opk_org == npk_org) {
if (octrantypeid == nctrantypeid && (opk_supplier == npk_supplier || npk_supplier =='') && opk_org == npk_org) {
cards[PAGECODE.cardbody].rows.map((o) => {
o.values.crowno = { display: null, value: null };
array.push({ index: rows++, data: o });