From 01aa10c272638b925c2ab5abec5d58f7653922df Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 15 Aug 2024 08:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=94=80=E5=94=AE=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/operation/salesticket/salesticketAdd.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/yxt-as-ui/src/views/operation/salesticket/salesticketAdd.vue b/yxt-as-ui/src/views/operation/salesticket/salesticketAdd.vue index 2cf7b83cd1..862356a131 100644 --- a/yxt-as-ui/src/views/operation/salesticket/salesticketAdd.vue +++ b/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-10,0免费,10不打折) discountAmount: '', // 优惠金额 (=销售价*(1-折扣*0.1) ) @@ -705,7 +710,8 @@ export default { subjoinAdd() { this.formobj.aitemVos.push({ aitemSid: '', - aitemName: '', + aitemName: '', // 附加项目名称 + aitemPrice: '', // 原销售单价 price: '' }) },