|
@@ -194,7 +194,7 @@ module.exports = app => {
|
|
|
const inP = {
|
|
|
id: this.uuid.v4(), tid: tid, lid: qd.id, crid: rid,
|
|
|
add_stage: 0, add_times: 0, add_user: this.ctx.session.sessionUser.accountId,
|
|
|
- name: p.name, drawing_code: p.drawing_code,
|
|
|
+ name: p.name, drawing_code: p.drawing_code, porder: p.porder,
|
|
|
};
|
|
|
if (p.quantity) {
|
|
|
inP.sgfh_qty = this.round(p.quantity, precision.value);
|