gjy 2 سال پیش
والد
کامیت
fdc22b5132
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/profitable/expensemanagementdetails.vue
  2. 1 0
      src/views/warehousenew/warehousingOrder.vue

+ 2 - 2
src/views/profitable/expensemanagementdetails.vue

@@ -32,11 +32,11 @@
           <el-button @click="typeChange(2)" :type="searchType == 2?'primary':''">支出</el-button>
         </el-col>
         <el-col style='text-align:right;' :span="6">
-          <el-badge v-if="approveStatus" is-dot class="item">
+          <!-- <el-badge v-if="approveStatus" is-dot class="item">
             <el-button style="margin-left:10px" @click="oilcost()">油费</el-button>
           </el-badge>
           <el-button v-else style="margin-left:10px" @click="oilcost()">油费</el-button>
-          <el-button  style="margin-left:10px" @click="storageCharge()">仓储费</el-button>
+          <el-button  style="margin-left:10px" @click="storageCharge()">仓储费</el-button> -->
           <el-button v-hasPermission="`lirunhesuan.feiyongguanli.add`" style="margin-left:10px" @click="cashout('')">请款</el-button>
           <el-button v-hasPermission="`lirunhesuan.feiyongguanli.shouk`" style="margin-right:10px" @click="receipt(1)" >收款</el-button>
         </el-col>

+ 1 - 0
src/views/warehousenew/warehousingOrder.vue

@@ -88,6 +88,7 @@
           </template>
         </el-table-column>
         <el-table-column prop="contractNo" label="合同编号" width="130"></el-table-column>
+        <el-table-column prop="buyer" label="买方" ></el-table-column>
         <el-table-column prop="goodsSource" label="货源" width="130">
            <template scope="scope">
              <span style='color:#66b1ff;' @click='lookcustomer(scope.row)'>{{scope.row.goodsSource}}</span>