浏览代码

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