liuhairui 1 year ago
parent
commit
298b389706
1 changed files with 3 additions and 6 deletions
  1. 3 6
      src/view/performance/12-orderAccounting/componets/hjfpfb.vue

+ 3 - 6
src/view/performance/12-orderAccounting/componets/hjfpfb.vue

@@ -177,15 +177,12 @@ const handleExcel = () => {
 }
 }
 
 
 const handleSearch = async() => {
 const handleSearch = async() => {
-
   const order = form.value['gdbh']
   const order = form.value['gdbh']
-
-  const jjcp_yjno = props.jjcp_yjno;
-  const res = await getWasteDistribution({ order,jjcp_yjno })
-
+  // const jjcp_yjno = props.jjcp_yjno
+  // const res = await getWasteDistribution({ order,jjcp_yjno})
   const yjno = form.value['jjcp_yjno']
   const yjno = form.value['jjcp_yjno']
   const res = await getWasteDistribution({ order,yjno })
   const res = await getWasteDistribution({ order,yjno })
->>>>>>> 3b060240315e393ba2d346996eac75d0c12f60f4
+
   if (res['code'] === 0) {
   if (res['code'] === 0) {
     console.log(res['data'])
     console.log(res['data'])
     form.value = {
     form.value = {