流程生产订单详细信息弹框最大化-zhangxin
This commit is contained in:
parent
89602a24ac
commit
fdaf26d720
|
|
@ -335,7 +335,7 @@ class GrandDialog extends Component {
|
||||||
}}
|
}}
|
||||||
// onShow={this.initHead(this.props)}
|
// onShow={this.initHead(this.props)}
|
||||||
ref={(NCModal) => (this.NCModal = NCModal)}
|
ref={(NCModal) => (this.NCModal = NCModal)}
|
||||||
size="xlg"
|
size="max"
|
||||||
>
|
>
|
||||||
<NCHotKeys
|
<NCHotKeys
|
||||||
keyMap={{
|
keyMap={{
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ export default function refAddLineComfirmBtnClick(array) {
|
||||||
npk_supplier = npk_supplier == null ? '' : npk_supplier;
|
npk_supplier = npk_supplier == null ? '' : npk_supplier;
|
||||||
npk_org = npk_org == null || npk_org == '' ? null : npk_org;
|
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) => {
|
cards[PAGECODE.cardbody].rows.map((o) => {
|
||||||
o.values.crowno = { display: null, value: null };
|
o.values.crowno = { display: null, value: null };
|
||||||
array.push({ index: rows++, data: o });
|
array.push({ index: rows++, data: o });
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue