소스 검색

跟单应收签单时间筛选项bug

@dongkboy 1 개월 전
부모
커밋
60cdad7d79
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/receivable/documentary/index.vue

+ 2 - 2
src/views/receivable/documentary/index.vue

@@ -1082,8 +1082,8 @@ const getOtherReceivableList = () => {
     licenseNo: receivableForm.value?.licenseNo,
     licenseNo: receivableForm.value?.licenseNo,
     typeAttr: receivableForm.value?.typeAttr,
     typeAttr: receivableForm.value?.typeAttr,
     companyId: receivableForm.value?.companyId,
     companyId: receivableForm.value?.companyId,
-    signingStartTime: receivableForm.value?.signingTime?.[0],
-    signingEndTime: receivableForm.value?.signingTime?.[1],
+    signingTimeStart: receivableForm.value?.signingTime?.[0],
+    signingTimeEnd: receivableForm.value?.signingTime?.[1],
     orderNo: receivableForm.value?.orderNo,
     orderNo: receivableForm.value?.orderNo,
     agreementId: receivableForm.value?.agreementId,
     agreementId: receivableForm.value?.agreementId,
     deptId: receivableForm.value?.deptId,
     deptId: receivableForm.value?.deptId,