|
@@ -1877,7 +1877,7 @@ function checkOrderShowNotice(f) {
|
|
|
layx.confirm('提示',"请确认是否需要从发件方付税!",null,{
|
|
|
buttons:[
|
|
|
{
|
|
|
- label:'确定',
|
|
|
+ label:'不用勾选、继续保存',
|
|
|
callback:function(id, button, event){
|
|
|
|
|
|
zttj(f)
|
|
@@ -1885,7 +1885,7 @@ function checkOrderShowNotice(f) {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- label:'取消',
|
|
|
+ label:'去勾选',
|
|
|
callback:function(id, button, event){
|
|
|
|
|
|
layx.destroy(id);
|