Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
loumengning
/
hbp
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
展示供应商
dev
nizongfeng
3 anni fa
parent
c4daf75747
commit
a1b1c69c84
2 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
application/admin/service/OrderMainService.php
+1
-0
application/admin/view/order_main/index.html
+ 1
- 1
application/admin/service/OrderMainService.php
Vedi File
@@ -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
Vedi File
@@ -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">
Scrivi
Anteprima
Caricamento…
Annulla
Salva