ソースを参照

Merge branch 'deploy_0804' of jianguan-web/jg-ocs-html into master

陈瑞 3 年 前
コミット
f4d9a00ee0

+ 1 - 1
src/views/allocationManagement/transferOut/detail.vue

@@ -159,7 +159,7 @@ export default {
     },
     //  编辑
     handleEdit () {
-      this.$router.push({ path: `/allocationManagement/transferOut/edit/${this.basicInfoData.allocateSn}/${this.basicInfoData.targetType}` })
+      this.$router.push({ path: `/allocationManagement/transferOut/edit/${this.basicInfoData.allocateSn}/${this.basicInfoData.dealerLevel}` })
     },
     // 打印预览/快捷打印
     handlePrint (type) {

+ 1 - 1
src/views/allocationManagement/transferOut/list.vue

@@ -207,7 +207,7 @@ export default {
     },
     //  基本信息  保存
     handleOk (data) {
-      this.$router.push({ path: `/allocationManagement/transferOut/add/${data.allocateSn}/${data.targetType}` })
+      this.$router.push({ path: `/allocationManagement/transferOut/add/${data.allocateSn}/${data.dealerLevel}` })
     },
     //  删除
     handleDel (row) {