Browse Source

一些功能

Kirin 4 years ago
parent
commit
43a2bdc794
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/view/order/store_order/order_goods.php

+ 1 - 1
app/admin/view/order/store_order/order_goods.php

@@ -72,7 +72,7 @@
        })
     });
     layList.form.on('select(sh_delivery_name)', function(data){
-        $("#sh_delivery_id").value=$(data.elem).find("option:selected").attr('phone');
+        $("#sh_delivery_id").attr('value',$(data.elem).find("option:selected").attr('phone'));
     });
     layList.search('delivery',function (data) {
         console.log(data);