lilei преди 3 години
родител
ревизия
e17b420aa0
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/allocationManagement/transferReturn/edit.vue
  2. 1 1
      src/views/allocationManagement/transferReturn/editGrp.vue

+ 1 - 1
src/views/allocationManagement/transferReturn/edit.vue

@@ -16,7 +16,7 @@
         <a-collapse :activeKey="['0']">
           <a-collapse-panel key="0" header="基础信息">
             <a-descriptions :column="3">
-              <a-descriptions-item label="调拨退货对象">{{ (basicInfoData&&basicInfoData.allocateReturnTypeName) || '--' }}</a-descriptions-item>
+              <a-descriptions-item label="调拨退货对象">{{ (basicInfoData&&basicInfoData.targetTypeDictValue) || '--' }}</a-descriptions-item>
               <a-descriptions-item label="调拨退货对象名称">{{ (basicInfoData&&basicInfoData.targetName) || '--' }}</a-descriptions-item>
               <a-descriptions-item label="调拨退货类型">
                 <AllocateType id="allocateEdit-allocateReturnTypeSn" style="width: 200px;" @change="changeAllocateType" v-model="basicInfoData.allocateReturnTypeSn"></AllocateType>

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

@@ -16,7 +16,7 @@
         <a-collapse :activeKey="['0']">
           <a-collapse-panel key="0" header="基础信息">
             <a-descriptions :column="3">
-              <a-descriptions-item label="调拨退货对象">{{ (basicInfoData&&basicInfoData.allocateReturnTypeName) || '--' }}</a-descriptions-item>
+              <a-descriptions-item label="调拨退货对象">{{ (basicInfoData&&basicInfoData.targetTypeDictValue) || '--' }}</a-descriptions-item>
               <a-descriptions-item label="调拨退货对象名称">{{ (basicInfoData&&basicInfoData.targetName) || '--' }}</a-descriptions-item>
               <a-descriptions-item label="调拨退货类型">
                 <AllocateType id="allocateEdit-allocateReturnTypeSn" style="width: 200px;" @change="changeAllocateType" v-model="basicInfoData.allocateReturnTypeSn"></AllocateType>