이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
loumengning
/
hbp
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
展示供应商
dev
nizongfeng
3 년 전
부모
c4daf75747
커밋
a1b1c69c84
2개의 변경된 파일
과
2개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
application/admin/service/OrderMainService.php
+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">
쓰기
미리보기
불러오는 중...
취소
저장