소스 검색

fix(bpm/saleReturnGoods): 新增原单价、仓库名称列,修改原单价列为退货单价

liujt 9 시간 전
부모
커밋
eb9e9ec69e
1개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. 13 1
      src/views/bpm/handleTask/components/saleOrder/saleReturnGoods/detailDialog.vue

+ 13 - 1
src/views/bpm/handleTask/components/saleOrder/saleReturnGoods/detailDialog.vue

@@ -329,13 +329,25 @@
             },
             align: 'center'
           },
+          {
+            width: 100,
+            prop: 'deliverySinglePrice',
+            label: '原单价',
+            align: 'center'
+          },
           {
             width: 100,
             prop: 'singlePrice',
-            label: '单价',
+            label: '退货单价',
             slot: 'singlePrice',
             align: 'center'
           },
+          {
+            width: 200,
+            prop: 'warehouseName',
+            label: '仓库名称',
+            align: 'center'
+          },
           {
             width: 160,
             prop: 'taxRate',