ソースを参照

Merge branch 'dev'

master
nizongfeng 3年前
コミット
3b158e1672
3個のファイルの変更0行の追加9行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

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


読み込み中…
キャンセル
保存