chris 2 gadi atpakaļ
vecāks
revīzija
c969f165aa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/modules/order/order.vue

+ 1 - 1
src/views/modules/order/order.vue

@@ -208,7 +208,7 @@
           'current': this.pageIndex,
           'size': this.pageSize,
           'createTime': this.dataForm.createTime ? this.dataForm.createTime : null,
-          'cusOrderCode': this.dataForm.cusOrderCode ? this.dataForm.cusOrderCode : null,
+          'contractNumber': this.dataForm.contractNumber ? this.dataForm.contractNumber : null,
           'customerId': this.dataForm.customerId ? this.dataForm.customerId : null,
           'state': this.dataForm.state ? this.dataForm.state : null
         }