lilei 2 lat temu
rodzic
commit
cb4c267f6b

+ 1 - 1
src/views/purchasingManagement/purchaseReturnApplyForm/list.vue

@@ -76,7 +76,7 @@
         <template slot="purchaseReturnApplyNo" slot-scope="text, record">
           <span class="table-td-link" v-if="$hasPermissions('B_purchaseReturnApplyDetail')" @click="handleDetail(record)">{{ record.purchaseReturnApplyNo }}</span>
           <span v-else>{{ record.purchaseReturnApplyNo }}</span>
-          <a-badge count="改" :offset="[10,0]" v-if="record.state=='HQ_CHANGE'"></a-badge>
+          <a-badge count="改" :offset="[10,0]" v-if="record.changeFlag=='1'"></a-badge>
         </template>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">