Kaynağa Gözat

销售相关 出库单查询加字段

yusheng 1 yıl önce
ebeveyn
işleme
52dc7f7676
1 değiştirilmiş dosya ile 7 ekleme ve 2 silme
  1. 7 2
      src/views/bpm/outgoingManagement/outbound.vue

+ 7 - 2
src/views/bpm/outgoingManagement/outbound.vue

@@ -946,7 +946,7 @@
             builders: this.saleProductList.map((item) => {
               return {
                 categoryId: item.productId,
-                num: item.totalCount
+                num: item.totalCount,
               };
             })
           };
@@ -976,7 +976,12 @@
             builders: this.form.productList.map((item) => {
               return {
                 categoryId: item.productId,
-                num: item.totalCount
+                num: item.totalCount,
+                price:item.totalPrice,
+                unitPrice:item.singlePrice,
+                weight:(item.singleWeight*item.totalCount)||0,
+                batchNo:item.batchNo||'',
+                taskId: item.taskId||'',
               };
             })
           };