|
@@ -212,6 +212,11 @@ const qdAction = [
|
|
visibleData.map((o, idx) => {
|
|
visibleData.map((o, idx) => {
|
|
if (o.useqty > 0 && idx > _cur.rowIndex) {
|
|
if (o.useqty > 0 && idx > _cur.rowIndex) {
|
|
o[_cur.field] = _val;
|
|
o[_cur.field] = _val;
|
|
|
|
+ if (_cur.field == "wrkgrpid1") {
|
|
|
|
+ o.wrkgrpcode1 = visibleData[_cur.rowIndex].wrkgrpcode1;
|
|
|
|
+ } else if (_cur.field == "wrkgrpid2") {
|
|
|
|
+ o.wrkgrpcode2 = visibleData[_cur.rowIndex].wrkgrpcode2;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
|