소스 검색

展示供应商

dev
nizongfeng 3 년 전
부모
커밋
a1b1c69c84
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      application/admin/service/OrderMainService.php
  2. +1
    -0
      application/admin/view/order_main/index.html

+ 1
- 1
application/admin/service/OrderMainService.php 파일 보기

@@ -306,7 +306,7 @@ class OrderMainService
*/
public function getOrderList($param){
$orderMainDao = new OrderMainDao();
$where = ["id"=>["neq",""]];
$where = ["del_flag"=>0];
if (!empty($param['order_id'])) {
$where["id"]=$param['order_id'];
}


+ 1
- 0
application/admin/view/order_main/index.html 파일 보기

@@ -180,6 +180,7 @@
<div v-if="scope.row.profit<=0" v-html="scope.row.profit" style="color: red"></div>
</template>
</el-table-column>
<el-table-column prop="supplier_name" label="供应商" min-width="30" ></el-table-column>
<el-table-column label="发单状态" min-width="30" :formatter="confirmStatusName"></el-table-column>
<el-table-column prop="payment_order_name" label="付款单" min-width="40" >
<template slot-scope="scope">


불러오는 중...
취소
저장