Explorar el Código

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

liujt hace 9 horas
padre
commit
eb9e9ec69e

+ 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',