Browse Source

生产退料

master
han\hanst 3 months ago
parent
commit
3b822a9299
  1. 21
      src/views/modules/production-inbound/production.vue
  2. 1
      src/views/modules/recv/recv.vue

21
src/views/modules/production-inbound/production.vue

@ -32,23 +32,16 @@ export default {
return { return {
buttons: [ buttons: [
{ {
icon: "scan",
label: "包装",
iconClass: "purchase",
to: "productionPick",
icon: "passed",
label: "入库登记",
iconClass: "qualified",
to: "inboundRegister",
disabled: false, disabled: false,
}, },
{ {
icon: "records",
label: "装托盘",
icon: "revoke",
label: "生产退库",
iconClass: "qualified", iconClass: "qualified",
to: "productionPick",
disabled: true,
},
{
icon: "box",
label: "入库登记",
iconClass: "inspection",
to: "inboundRegister", to: "inboundRegister",
disabled: false, disabled: false,
}, },
@ -179,4 +172,4 @@ export default {
text-overflow: ellipsis; text-overflow: ellipsis;
margin-top: 2px; margin-top: 2px;
} }
</style>
</style>

1
src/views/modules/recv/recv.vue

@ -385,6 +385,7 @@ export default {
supplierBatchNo: item.supplierBatchNo, supplierBatchNo: item.supplierBatchNo,
samplePercent: item.samplePercent || 0, samplePercent: item.samplePercent || 0,
sampleQty: item.sampleQty || 0, sampleQty: item.sampleQty || 0,
qtyToReceive: item.qtyToReceive,
// PO // PO
poNo: item.poNumber || item.poNo, poNo: item.poNumber || item.poNo,
orderNo: item.orderNo, orderNo: item.orderNo,

Loading…
Cancel
Save