lilei 3 years ago
parent
commit
b1d902a4fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/allocationManagement/transferReturn/detail.vue

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

@@ -120,7 +120,7 @@ export default {
       ]
 
       if (this.basicInfoData && this.basicInfoData.grabFlag == '1') {
-        arr.splice(1, 0, { title: '调拨单号', dataIndex: 'allocateReturnNo', width: '10%', align: 'center', customRender: function (text) { return text || '--' } })
+        arr.splice(1, 0, { title: '调拨单号', dataIndex: 'allocateNo', width: '10%', align: 'center', customRender: function (text) { return text || '--' } })
       }
       return arr
     }