|
|
@@ -9860,9 +9860,8 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
products.push(product);
|
|
|
}
|
|
|
});
|
|
|
- console.log(products);
|
|
|
if(products.length == 0) {
|
|
|
- toaster.pop('warning', 'ts', '请至少选择一个产品');
|
|
|
+ toaster.pop('warning', '提示', '请至少选择一个产品');
|
|
|
} else {
|
|
|
var modalInstance = $modal.open({
|
|
|
templateUrl: 'static/tpl/index/baseInfo/modal/updateByBatch_modal.html',
|
|
|
@@ -15533,9 +15532,8 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
products.push(product);
|
|
|
}
|
|
|
});
|
|
|
- console.log(products);
|
|
|
if(products.length == 0) {
|
|
|
- toaster.pop('warning', 'ts', '请至少选择一个产品');
|
|
|
+ toaster.pop('warning', '提示', '请至少选择一个产品');
|
|
|
} else {
|
|
|
var modalInstance = $modal.open({
|
|
|
templateUrl: 'static/tpl/index/baseInfo/modal/updateByBatch_modal.html',
|