|
@@ -116,6 +116,7 @@ function submitBarcode(){
|
|
|
data:JSON.stringify(jsonData),
|
|
|
contentType:"application/json",
|
|
|
success: function (result) {
|
|
|
+ console.log(result)
|
|
|
if(result.code !=0){
|
|
|
$.iMessager.alert('注意', result.msg, 'messager-warning');
|
|
|
return;
|
|
@@ -174,6 +175,7 @@ function submitOutShelf(){
|
|
|
data:JSON.stringify(jsonData),
|
|
|
contentType:"application/json",
|
|
|
success: function (result) {
|
|
|
+ console.log(result)
|
|
|
isSubmintIng = false;
|
|
|
$.iMessager.progress('close');
|
|
|
|