|
|
@ -109,7 +109,9 @@
|
|
|
|
$("#a_njprice").html("美金$" + Model.njprice);
|
|
|
|
$("#a_njprice").html("美金$" + Model.njprice);
|
|
|
|
num2 = Model.njprice;
|
|
|
|
num2 = Model.njprice;
|
|
|
|
$("#a_hyprice").html("美金$" + Model.hyprice);
|
|
|
|
$("#a_hyprice").html("美金$" + Model.hyprice);
|
|
|
|
num3 = Model.hyprice;
|
|
|
|
num3 = Model.hyprice;
|
|
|
|
|
|
|
|
$("#txtnjprice").val(Model.njrmbprice);
|
|
|
|
|
|
|
|
$("#txthyprice").val(Model.hyrmbprice);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (Model.feetype == 2) {
|
|
|
|
if (Model.feetype == 2) {
|
|
|
|
$("#a_zhprice").html("人民币$" + Model.rmbprice);
|
|
|
|
$("#a_zhprice").html("人民币$" + Model.rmbprice);
|
|
|
@ -118,6 +120,8 @@
|
|
|
|
num2 = Model.njrmbprice;
|
|
|
|
num2 = Model.njrmbprice;
|
|
|
|
$("#a_hyprice").html("人民币$" + Model.hyrmbprice);
|
|
|
|
$("#a_hyprice").html("人民币$" + Model.hyrmbprice);
|
|
|
|
num3 = Model.hyrmbprice;
|
|
|
|
num3 = Model.hyrmbprice;
|
|
|
|
|
|
|
|
$("#txtnjprice").val(Model.njprice);
|
|
|
|
|
|
|
|
$("#txthyprice").val(Model.hyprice);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ShowFancybox("MainTable");
|
|
|
|
ShowFancybox("MainTable");
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -620,14 +624,14 @@
|
|
|
|
Model.njrmbprice = $("#txtnjprice").val();
|
|
|
|
Model.njrmbprice = $("#txtnjprice").val();
|
|
|
|
Model.njprice = num2;
|
|
|
|
Model.njprice = num2;
|
|
|
|
Model.hyrmbprice = $("#txthyprice").val();
|
|
|
|
Model.hyrmbprice = $("#txthyprice").val();
|
|
|
|
Model.hydprice = num3;
|
|
|
|
Model.hyprice = num3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (Model.feetype == 2) {
|
|
|
|
else if (Model.feetype == 2) {
|
|
|
|
Model.usdprice = $("#txtzfprice").val();
|
|
|
|
Model.usdprice = $("#txtzfprice").val();
|
|
|
|
Model.rmbprice = num;
|
|
|
|
Model.rmbprice = num;
|
|
|
|
Model.njprice = $("#txtnjprice").val();
|
|
|
|
Model.njprice = $("#txtnjprice").val();
|
|
|
|
Model.njrmbprice = num2;
|
|
|
|
Model.njrmbprice = num2;
|
|
|
|
Model.hyprice = $("#txthyprice").val();
|
|
|
|
Model.rmbprice = $("#txthyprice").val();
|
|
|
|
Model.hyrmbprice = num3;
|
|
|
|
Model.hyrmbprice = num3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -784,9 +788,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="f1" ><font color="red">*</font>利率</td>
|
|
|
|
<td class="f1" ><font color="red">*</font>利率</td>
|
|
|
|
<td><input id='txtllrate' type='text' style='width: 90%' precision="2" min="0" max="99999" columnname="llrate" columndesc="利率" columnrequired="true" value="0.005" />/天</td>
|
|
|
|
<td><input id='txtllrate' type='text' style='width: 90%' precision="3" min="0" max="99999" columnname="llrate" columndesc="利率" columnrequired="true" value="0.005" />/天</td>
|
|
|
|
<td class="f1" ><font color="red">*</font>汇率</td>
|
|
|
|
<td class="f1" ><font color="red">*</font>汇率</td>
|
|
|
|
<td><input id='txthlrate' type='text' style='width: 99%' precision="2" min="0" max="99999" columnname="hlrate" columndesc="美金汇率" columnrequired="true" /></td>
|
|
|
|
<td><input id='txthlrate' type='text' style='width: 99%' precision="3" min="0" max="99999" columnname="hlrate" columndesc="美金汇率" columnrequired="true" /></td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
|
|
|
|