|
@@ -214,6 +214,7 @@ layx.html('no-icon','编辑中文备注',layx.multiLine(function () {
|
|
.shipremarks {width:98%;margin:0px;height:100px}
|
|
.shipremarks {width:98%;margin:0px;height:100px}
|
|
.shipremarks_two {width:98%;margin:0px;height:100px}
|
|
.shipremarks_two {width:98%;margin:0px;height:100px}
|
|
</style>
|
|
</style>
|
|
|
|
+<p><span style="color:red;font-size:16px;margin-right:10px;"> 是够加急</span><span ><label><input name="is_jiaji" type="radio" checked value="1"><font>否</font></label></span><span ><label><input name="is_jiaji" type="radio" value="2" ><font>是</font></label></span></p>
|
|
<p><span style="color:red;font-size:16px;margin-right:10px;"> 是否添加配货信息</span><span ><label><input name="region" type="radio" checked value="1"><font>否</font></label></span><span ><label><input name="region" type="radio" value="2" ><font>是</font></label></span></p>
|
|
<p><span style="color:red;font-size:16px;margin-right:10px;"> 是否添加配货信息</span><span ><label><input name="region" type="radio" checked value="1"><font>否</font></label></span><span ><label><input name="region" type="radio" value="2" ><font>是</font></label></span></p>
|
|
<p class='xrckpm'>参考品名:<span></span></p>
|
|
<p class='xrckpm'>参考品名:<span></span></p>
|
|
<p><textarea class='shipremarks' name="shipremarks" style="border: 1px solid #000" ></textarea></p>
|
|
<p><textarea class='shipremarks' name="shipremarks" style="border: 1px solid #000" ></textarea></p>
|
|
@@ -267,14 +268,17 @@ var endValue = content.value.substring(cursurPosition);
|
|
d = d.replace(/\>/g,">");
|
|
d = d.replace(/\>/g,">");
|
|
d = d.replace(/\+/g,"%2B");
|
|
d = d.replace(/\+/g,"%2B");
|
|
d = d.replace(/&/g,"%26");
|
|
d = d.replace(/&/g,"%26");
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ let is_jiaji = $("input[name='is_jiaji']:checked").val()
|
|
|
|
+
|
|
let peihuostr2 = $(".shipremarks_two").val().replace(/\</g,"<");
|
|
let peihuostr2 = $(".shipremarks_two").val().replace(/\</g,"<");
|
|
peihuostr2 = peihuostr2.replace(/\>/g,">");
|
|
peihuostr2 = peihuostr2.replace(/\>/g,">");
|
|
peihuostr2 = peihuostr2.replace(/\+/g,"%2B");
|
|
peihuostr2 = peihuostr2.replace(/\+/g,"%2B");
|
|
peihuostr2 = peihuostr2.replace(/&/g,"%26");
|
|
peihuostr2 = peihuostr2.replace(/&/g,"%26");
|
|
if(fsid == 'newbbnumberprint')
|
|
if(fsid == 'newbbnumberprint')
|
|
{
|
|
{
|
|
- newbbnumberprint(d,n,zps,str2,peihuostr2);
|
|
|
|
|
|
+ newbbnumberprint(d,n,zps,str2,peihuostr2,is_jiaji);
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|