lilei %!s(int64=3) %!d(string=hai) anos
pai
achega
55e6e0d587

+ 0 - 2
src/config/router.config.js

@@ -1115,7 +1115,6 @@ export const asyncRouterMap = [
                 meta: {
                   title: '编辑调拨退货单(抓单)',
                   icon: 'pull-request',
-                  replaceTab: true,
                   hidden: true
                 }
               },
@@ -1126,7 +1125,6 @@ export const asyncRouterMap = [
                 meta: {
                   title: '编辑调拨退货单(不抓单)',
                   icon: 'pull-request',
-                  replaceTab: true,
                   hidden: true
                 }
               },

+ 1 - 0
src/views/allocationManagement/transferReturn/detail.vue

@@ -27,6 +27,7 @@
               <a-descriptions-item label="调拨退货对象名称">{{ (basicInfoData&&basicInfoData.targetName) || '--' }}</a-descriptions-item>
               <a-descriptions-item label="调拨退货类型">{{ (basicInfoData&&basicInfoData.allocateReturnTypeName) || '--' }}</a-descriptions-item>
               <a-descriptions-item label="是否抓单">{{ basicInfoData&&basicInfoData.grabFlagDictValue || '--' }}</a-descriptions-item>
+              <a-descriptions-item label="业务状态">{{ (basicInfoData&&basicInfoData.stateDictValue) || '--' }}</a-descriptions-item>
               <a-descriptions-item label="备注">{{ (basicInfoData&&basicInfoData.remarks) || '--' }}</a-descriptions-item>
             </a-descriptions>
           </a-collapse-panel>

+ 2 - 3
src/views/allocationManagement/transferReturn/edit.vue

@@ -23,6 +23,7 @@
                 <AllocateType id="allocateEdit-allocateReturnTypeSn" style="width: 200px;" @change="changeAllocateType" v-model="basicInfoData.allocateReturnTypeSn"></AllocateType>
               </a-descriptions-item>
               <a-descriptions-item label="是否抓单">{{ (basicInfoData&&basicInfoData.grabFlagDictValue) || '--' }}</a-descriptions-item>
+              <a-descriptions-item label="业务状态">{{ (basicInfoData&&basicInfoData.stateDictValue) || '--' }}</a-descriptions-item>
               <a-descriptions-item label="备注">
                 {{ (basicInfoData&&basicInfoData.remarks) }}
                 <a-icon type="form" title="编辑备注" @click="editRemark = true" style="color: dodgerblue;font-size: 14px;" />
@@ -525,9 +526,7 @@ export default {
       this.$refs.chooseTable.refresh()
     },
     pageInit () {
-      this.getDetail()
-      this.resetSearchForm()
-      this.chooseResetSearchForm()
+      this.refashPage()
     }
   },
   mounted () {

+ 1 - 0
src/views/allocationManagement/transferReturn/editGrp.vue

@@ -23,6 +23,7 @@
                 <AllocateType id="allocateEdit-allocateReturnTypeSn" style="width: 200px;" @change="changeAllocateType" v-model="basicInfoData.allocateReturnTypeSn"></AllocateType>
               </a-descriptions-item>
               <a-descriptions-item label="是否抓单">{{ (basicInfoData&&basicInfoData.grabFlagDictValue) || '--' }}</a-descriptions-item>
+              <a-descriptions-item label="业务状态">{{ (basicInfoData&&basicInfoData.stateDictValue) || '--' }}</a-descriptions-item>
               <a-descriptions-item label="备注">
                 {{ (basicInfoData&&basicInfoData.remarks) }}
                 <a-icon type="form" title="编辑备注" @click="editRemark = true" style="color: dodgerblue;font-size: 14px;" />