|
@@ -27,12 +27,12 @@
|
|
|
.layui-form-selected dl {
|
|
|
display: flex!important;
|
|
|
flex-wrap: wrap!important;
|
|
|
-}
|
|
|
+ }
|
|
|
.layui-form-select dl {
|
|
|
|
|
|
top: 29px !important;
|
|
|
left: 4px!important;
|
|
|
- min-width: 590%!important;
|
|
|
+ min-width: 883%!important;
|
|
|
max-height: 280px!important;
|
|
|
padding: 14px 0!important;
|
|
|
}
|
|
@@ -63,9 +63,18 @@
|
|
|
.xm-tips{
|
|
|
color: #333!important;
|
|
|
font-size: 12px;
|
|
|
-}
|
|
|
+ }
|
|
|
+ .layui-form-select dl dd.layui-this{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .layui-form-select dl dd {
|
|
|
+ cursor: pointer;
|
|
|
+ width: 130px;
|
|
|
+ text-align: center;
|
|
|
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
</style>
|
|
|
<?php defined('InShopNC') or exit('Access Invalid!'); ?>
|
|
|
<div class="page">
|
|
@@ -500,14 +509,13 @@
|
|
|
let default_no_mch = $('input[name="default_no_mch"]').val().split(',');
|
|
|
$.get('index.php?act=refill_order&op=merchant_data',function(data) {
|
|
|
data = JSON.parse(data)
|
|
|
- console.log(data);
|
|
|
+
|
|
|
if (default_no_mch) {
|
|
|
- console.log(default_no_mch);
|
|
|
+
|
|
|
for (let index = 0; index < default_no_mch.length; index++) {
|
|
|
for (let j = 0; j < data.length; j++) {
|
|
|
if (default_no_mch[index] == data[j].value) {
|
|
|
data[j].selected = true
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
}
|