Browse Source

完善销售单

master
yunuo970428 9 months ago
parent
commit
01aa10c272
  1. 8
      yxt-as-ui/src/views/operation/salesticket/salesticketAdd.vue

8
yxt-as-ui/src/views/operation/salesticket/salesticketAdd.vue

@ -619,7 +619,12 @@ export default {
warehouseRackSid: '',
billObjName: '', //
billObjSid: '',
manufacturerName: '', //
manufacturerSid: '',
count: '', // /退
goodsDetailsPrice: '', //
isTaxRate: '', //
inventorySid: '', // sid
price: '', //
discount: '', // (0-10010)
discountAmount: '', // (=*(1-*0.1) )
@ -705,7 +710,8 @@ export default {
subjoinAdd() {
this.formobj.aitemVos.push({
aitemSid: '',
aitemName: '',
aitemName: '', //
aitemPrice: '', //
price: ''
})
},

Loading…
Cancel
Save