|
@@ -2033,7 +2033,8 @@ function doLymcth(fpdata,shipmarks){
|
|
$(".datatext ").html(table_tr);
|
|
$(".datatext ").html(table_tr);
|
|
$("textarea[name='shipremarks']").text(shipmarks);
|
|
$("textarea[name='shipremarks']").text(shipmarks);
|
|
|
|
|
|
- checkKcyz()
|
|
|
|
|
|
+ $("select[name=warehouse]").val(5)
|
|
|
|
+ //checkKcyz()
|
|
custom();
|
|
custom();
|
|
}
|
|
}
|
|
|
|
|