Просмотр исходного кода

fix(outbound): 销售发货出库申请添加deliveryNo到请求参数中

liujt 6 месяцев назад
Родитель
Сommit
5d699a3031
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/views/bpm/outgoingManagement/outbound.vue

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

@@ -1133,6 +1133,7 @@
           console.log(this.saleProductList, 'this.saleProductList11111');
           let pData = {
             type: '1',
+            deliveryNo: this.formData.sourceBizNo,
             builders: this.saleProductList.map((item) => {
               return {
                 categoryId: item.productId || item.categoryId,
@@ -1144,6 +1145,7 @@
           };
           let pData2 = {
             type: this.wwType,
+            deliveryNo: this.formData.sourceBizNo,
             taskIds: this.extractedList.map((item) => item.taskId),
             workOrderIds: this.extractedList.map((item) => item.workOrderId)
           };