Browse Source

完善销售单

zhanglei
yunuo970428 10 months ago
parent
commit
c51050f12b
  1. 3
      yxt-as-ui/src/views/operation/salesticket/salesticketAdd.vue

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

@ -661,9 +661,12 @@ export default {
row.warehouseRackSid = value.warehouseRackSid
row.billObjName = value.billObjName
row.billObjSid = value.billObjSid
row.manufacturerName = value.manufacturerName
row.manufacturerSid = value.manufacturerSid
row.count = value.count
row.goodsDetailsPrice = value.price
row.isTaxRate = value.isTaxRate
row.inventorySid = value.inventorySid
if (this.formobj.invoiceVo.isInvoicing === '1') {
if (row.isTaxRate === '0') {
// =

Loading…
Cancel
Save