Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into master_hella

hella_online_20240829
lijuncheng 3 months ago
parent
commit
d72a0e1b9b
  1. 10
      src/pages/deliver/coms/comScanDeliverPack.vue
  2. 10
      src/pages/deliver/job/deliverJob.vue

10
src/pages/deliver/coms/comScanDeliverPack.vue

@ -375,11 +375,17 @@
createBatchInfo(data, balance, packageInfo) { createBatchInfo(data, balance, packageInfo) {
let batch = { let batch = {
batch: data.lot, batch: data.lot||data.batch,
qty: 0, qty: 0,
uom: data.uom, uom: data.uom,
handleQty: Number(data.qty), handleQty: Number(data.qty),
Records: [] Records: [],
detail:{
handleQty: Number(data.qty),
packingNumber:data.packingNumber,
qty: 0,
uom:data.uom,
}
} }
let record = this.creatRecord(data, balance, packageInfo); let record = this.creatRecord(data, balance, packageInfo);
batch.Records.push(record); batch.Records.push(record);

10
src/pages/deliver/job/deliverJob.vue

@ -138,11 +138,11 @@
}) })
} }
filters.push({ // filters.push({
column: "accept_user_id", // column: "accept_user_id",
action: "==", // action: "==",
value: this.$store.state.user.id // value: this.$store.state.user.id
}) // })
filters.push({ filters.push({
column: "status", column: "status",
action: "in", action: "in",

Loading…
Cancel
Save