|
|
@@ -73,6 +73,11 @@
|
|
|
<input value="" onClick="laydate({istime: true,format:'YYYY-MM-DD'})" name="stime" type="text" >
|
|
|
</li>
|
|
|
|
|
|
+<li class="length remark">
|
|
|
+<em>原单料号:</em>
|
|
|
+<textarea class="textarea" name="u9_sku" style="height:55px;" placeholder="" readonly></textarea>
|
|
|
+</li>
|
|
|
+
|
|
|
<li class="length remark">
|
|
|
<em>应退回货物:</em>
|
|
|
<textarea class="textarea" name="goods" style="height:55px;" placeholder="国内填写"></textarea>
|
|
|
@@ -363,6 +368,7 @@ function getInfo(){
|
|
|
$("input[name='name']").val(info.client)
|
|
|
$("input[name='name']").val(info.client)
|
|
|
$("textarea[name='goods']").val(info.shipremarks)
|
|
|
+ $("textarea[name='u9_sku']").val(info.u9_sku)
|
|
|
} else {
|
|
|
$(".ts").hide();
|
|
|
$(".ts p").html(a.msg);
|