Browse Source

联调接口

master
邓宏 2 years ago
parent
commit
4f3d02f5d9
  1. 1
      pages/stock/list.vue

1
pages/stock/list.vue

@ -296,6 +296,7 @@ export default{
body:{
...this.formData,
...this.detail,
equivalentAmount: this.detail.equivalentInventory,
supplier: this.detail.supplierName,
inOutVoucher:this.fields.inOutVoucher.value,
type: ({in:2, out:1})[this.mode],

Loading…
Cancel
Save