Commit 63d2000d by allen

自采 立创 展示 0就是自采

parent c024477b
......@@ -307,7 +307,7 @@ class OrderModel extends Model
// 自采标记
$self_supplier_type = array(
'0' => '',
'0' => '自采',
'1' => '自采',
'2' => '立创',
);
......
......@@ -295,7 +295,7 @@
}else if(data.self_supplier_type == 2){
$('.self_supplier_type').text('立创');
}else{
$('.self_supplier_type').text('');
$('.self_supplier_type').text('自采');
}
// if (goods_type == 1) {
......
......@@ -532,7 +532,7 @@
@elseif($v['self_supplier_type'] == 2)
立创
@else
自采
@endif
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment