|
@@ -536,9 +536,10 @@ const stageIm = (function () {
|
|
|
|
|
|
addBwBillsGclBills(imDefault, {
|
|
addBwBillsGclBills(imDefault, {
|
|
b_code: p.b_code, name: p.name, unit: p.unit, unit_price: p.unit_price,
|
|
b_code: p.b_code, name: p.name, unit: p.unit, unit_price: p.unit_price,
|
|
- jl: p.gather_qty ? p.gather_qty : p.gather_tp,
|
|
|
|
- contract_jl: p.contract_qty ? p.contract_qty : p.contract_tp,
|
|
|
|
- qc_jl: p.qc_qty ? p.qc_qty : p.tp,
|
|
|
|
|
|
+ // jl: p.gather_qty ? p.gather_qty : p.gather_tp,
|
|
|
|
+ // contract_jl: p.contract_qty ? p.contract_qty : p.contract_tp,
|
|
|
|
+ // qc_jl: p.qc_qty ? p.qc_qty : p.tp,
|
|
|
|
+ jl: p.gather_qty, contract_jl: p.contract_qty, qc_jl: p.qc_jl,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
}
|
|
}
|