nizongfeng 3 년 전
부모
커밋
329dc02f2c
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) {


불러오는 중...
취소
저장