|
@@ -251,7 +251,7 @@ module.exports = app => {
|
|
|
const inD = {
|
|
|
id: this.uuid.v4(), tid: tid, lid: bills.id,
|
|
|
add_stage: 0, add_times: 0, add_user: this.ctx.session.sessionUser.accountId,
|
|
|
- in_time: new Date(), order: d.order,
|
|
|
+ in_time: new Date(), porder: d.order,
|
|
|
name: d.name, drawing_code: d.drawing_code,
|
|
|
};
|
|
|
if (d.quantity) {
|