|
|
'use strict';
|
|
|
var $ = require('jquery'),
|
|
|
common = require('../common/common');
|
|
|
common = require('../../common/common');
|
|
|
|
|
|
$('input[type="file"]').after('<div class="file-name btn btn-default">请选择文件</div>');
|
|
|
|
...
|
...
|
@@ -32,4 +32,5 @@ function batchExport(el, type) { |
|
|
}
|
|
|
|
|
|
common.edit.ajaxfileupload('#sort-file', batchExport('#sort-file', 'searchSort'));
|
|
|
common.edit.ajaxfileupload('#brand-file', batchExport('#brand-file', 'brandProperty')); |
|
|
\ No newline at end of file |
|
|
common.edit.ajaxfileupload('#brand-file', batchExport('#brand-file', 'brandProperty'));
|
|
|
common.edit.ajaxfileupload('#offShelve-file', batchExport('#offShelve-file', 'offShelveSkn')); |
|
|
\ No newline at end of file |
...
|
...
|
|