|
|
@@ -205,10 +205,10 @@ function small_v010_print(result,type,idList,reptQty,sign_type) {
|
|
|
dataType: "json",
|
|
|
data: {
|
|
|
"type": type,
|
|
|
- "idList": idList, //大件id
|
|
|
- "reptQty": reptQty, //打印数量
|
|
|
- "sign_type": sign_type, //标签类型:1为大件标签,2为小件标签
|
|
|
- "status": 1, //标识
|
|
|
+ "idList": idList,
|
|
|
+ "reptQty": reptQty,
|
|
|
+ "sign_type": sign_type,
|
|
|
+ "status": 1,
|
|
|
},
|
|
|
error:function (XMLHttpRequest, textStatus, errorThrown){
|
|
|
$.messager.alert('系统提示', '数据加载错误,请刷新重试!', 'error');
|