zhangyuewww 2 năm trước cách đây
mục cha
commit
a38c41bc2b
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/views/profitable/oilcost.vue
  2. 1 1
      src/views/profitable/payment.vue

+ 1 - 1
src/views/profitable/oilcost.vue

@@ -355,7 +355,7 @@
       },
       payment(row){
         if(localStorage.getItem('ws-pf_roleName')=='出纳'){
-          this.$router.push({name:'payment',query:{id:row.id}})
+          this.$router.push({name:'payment',query:{id:row.expenseId}})
         }else{
           this.$message({
             message: '暂无此权限!',

+ 1 - 1
src/views/profitable/payment.vue

@@ -34,7 +34,7 @@
             </ws-select>
           </el-form-item>
           <el-form-item v-if='deptBudgetList.expensesPurpose==3' label-width='100px' label="仓库名称" span="1" prop="warehouse" class="readonly">
-          {{deptBudgetList.warehouse}}
+          {{deptBudgetList.warehouseName}}
           </el-form-item>
           <el-form-item v-if='deptBudgetList.expensesPurpose==3' label-width='100px' label="类型" span="1" prop="warehouse" class="readonly">
           {{deptBudgetList.wareExpenseType}}