Преглед изворни кода

Merge branch 'master' of http://git.liuniu946.com/Kirin/zccy

zxhxx пре 4 година
родитељ
комит
b750958a03
1 измењених фајлова са 1 додато и 1 уклоњено
  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);