Explorar el Código

Merge branch 'dev'

master
nizongfeng hace 3 años
padre
commit
3b158e1672
Se han modificado 3 ficheros con 0 adiciones y 9 borrados
  1. +0
    -3
      application/admin/view/order_main/index.html
  2. +0
    -3
      application/admin/view/payment_order/index.html
  3. +0
    -3
      application/admin/view/receipt_order/index.html

+ 0
- 3
application/admin/view/order_main/index.html Ver fichero

@@ -384,9 +384,6 @@
type_list:[],
supplierList:[],
pickerOptions: {
disabledDate(time) {
return time.getTime() > Date.now();
},
shortcuts: [{
text: '今天',
onClick(picker) {


+ 0
- 3
application/admin/view/payment_order/index.html Ver fichero

@@ -360,9 +360,6 @@
itemList:[],
type_list:[],
pickerOptions: {
disabledDate(time) {
return time.getTime() > Date.now();
},
shortcuts: [{
text: '今天',
onClick(picker) {


+ 0
- 3
application/admin/view/receipt_order/index.html Ver fichero

@@ -324,9 +324,6 @@
channelList:[],
multipleSelection: [],
pickerOptions: {
disabledDate(time) {
return time.getTime() > Date.now();
},
shortcuts: [{
text: '今天',
onClick(picker) {


Cargando…
Cancelar
Guardar