Commit 60520cf4 by 杨树贤

fix

parent 6c0ba1c3
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
let signComId = 0; let signComId = 0;
@if (!empty($supplier)) @if (!empty($supplier))
signComId = {{ !empty($supplier['region']) ? array_get(config('fixed.RegionSignComMap'), $supplier['region'], 0) : 0 }}; signComId = {{ !empty($supplier['region']) ? array_get(config('fixed.RegionSignComMap'), $supplier['region'], "0") : "0" }};
@endif; @endif;
let regionSignComMap = {!! json_encode(config('fixed.RegionSignComMap')) !!}; let regionSignComMap = {!! json_encode(config('fixed.RegionSignComMap')) !!};
signComId = regionSignComMap[data.value]; signComId = regionSignComMap[data.value];
......
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