chris 2 tahun lalu
induk
melakukan
c969f165aa
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
         }