barcode update
This commit is contained in:
3
app/assets/javascripts/sellers.coffee
Normal file
3
app/assets/javascripts/sellers.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
3
app/assets/stylesheets/sellers.scss
Normal file
3
app/assets/stylesheets/sellers.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the Sellers controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
4
app/views/api/batch_line_items/activated_list.jbuilder
Normal file
4
app/views/api/batch_line_items/activated_list.jbuilder
Normal file
@@ -0,0 +1,4 @@
|
||||
json.set! :status, @out[0]
|
||||
json.set! :data, @out[1]
|
||||
json.set! :total_page_count, @out[2]
|
||||
|
||||
2
app/views/api/batch_line_items/code_activate.jbuilder
Normal file
2
app/views/api/batch_line_items/code_activate.jbuilder
Normal file
@@ -0,0 +1,2 @@
|
||||
json.set! :status, @out[0]
|
||||
json.set! :message, @out[1]
|
||||
8
app/views/api/batch_line_items/seller_info.jbuilder
Normal file
8
app/views/api/batch_line_items/seller_info.jbuilder
Normal file
@@ -0,0 +1,8 @@
|
||||
if @out[0] == true
|
||||
json.set! :status, @out[0]
|
||||
json.set! :total_export_qty, @out[1]
|
||||
json.set! :total_activated_qty, @out[2]
|
||||
else
|
||||
json.set! :status, @out[0]
|
||||
json.set! :message, @out[1]
|
||||
end
|
||||
Reference in New Issue
Block a user