chenrui 4 年之前
父节点
当前提交
d4497b988a

+ 2 - 1
src/views/salesManagement/outboundOrder/list.vue

@@ -204,7 +204,8 @@ export default {
     handleDetail (row) {
       //  根据出库类型跳转对应页面
       if (row.outBizType == 'OUT_SALES') { //  销售出库
-        this.$router.push({ path: `/salesManagement/outboundOrder/detail/${row.stockOutSn}` })
+        // this.$router.push({ path: `/salesManagement/outboundOrder/detail/${row.stockOutSn}` })
+        this.$router.push({ path: `/salesManagement/pushOrderManagement/detail/${row.outBizSubSn}` })
       } else if (row.outBizType == 'OUT_ALLOT') { //  调拨出库
         this.$router.push({ path: `/allocationManagement/transferOut/detail/${row.outBizSn}` })
       }

+ 1 - 1
src/views/salesManagement/pushOrderManagement/list.vue

@@ -72,7 +72,7 @@
       :rowKey="(record) => record.id"
       :columns="columns"
       :data="loadData"
-      :scroll="{ x: 2050, y:tableHeight }"
+      :scroll="{ x: 1510, y:tableHeight }"
       bordered>
       <!-- 销售单号 -->
       <template slot="salesBillNo" slot-scope="text, record">

+ 0 - 1
src/views/setting/noticeManagement/detailModal.vue

@@ -8,7 +8,6 @@
     v-model="isShow"
     @cancle="isShow=false"
     width="80%">
-    <!-- 表单 -->
     <div v-if="detailsData">
       <a-descriptions bordered size="small" :column="2">
         <a-descriptions-item label="类别">{{ typeDictValue }}</a-descriptions-item>