Browse Source

修改查询条件

zs 6 months ago
parent
commit
a0e663a5bc

+ 3 - 3
src/views/one/parts/echarts1.vue

@@ -35,8 +35,8 @@ import * as echarts from 'echarts'
 import { UtilStore } from '@/store/api/util'
 const utilStore = UtilStore()
 const info = ref({})
-const echarts1 = ref()
-const echarts2 = ref()
+const echarts1 = ref(null)
+const echarts2 = ref(null)
 onMounted(async () => {
   await search()
   await echarts1View()
@@ -175,7 +175,7 @@ function echarts2View() {
                 color: '#FFFFFF'
               }
             },
-            color: echarts.graphic.LinearGradient(0, 0, 0, 1, [
+            color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
               { offset: 0, color: '#28f2e6' },
               { offset: 0.5, color: 'rgba(40,242,230,0.8)' },
               { offset: 1, color: 'rgba(255,255,255,0.5)' }

+ 3 - 3
src/views/one/parts/echarts2.vue

@@ -35,8 +35,8 @@ import * as echarts from 'echarts'
 import { UtilStore } from '@/store/api/util'
 const utilStore = UtilStore()
 const info = ref({})
-const echarts1 = ref()
-const echarts2 = ref()
+const echarts1 = ref(null)
+const echarts2 = ref(null)
 onMounted(async () => {
   await search()
   await echarts1View()
@@ -168,7 +168,7 @@ function echarts2View() {
                 color: '#FFFFFF'
               }
             },
-            color: echarts.graphic.LinearGradient(0, 0, 0, 1, [
+            color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
               { offset: 0, color: '#28f2e6' },
               { offset: 0.5, color: 'rgba(40,242,230,0.8)' },
               { offset: 1, color: 'rgba(255,255,255,0.5)' }

+ 3 - 3
src/views/one/parts/echarts3.vue

@@ -35,8 +35,8 @@ import * as echarts from 'echarts'
 import { UtilStore } from '@/store/api/util'
 const utilStore = UtilStore()
 const info = ref({})
-const echarts1 = ref()
-const echarts2 = ref()
+const echarts1 = ref(null)
+const echarts2 = ref(null)
 onMounted(async () => {
   await search()
   await echarts1View()
@@ -168,7 +168,7 @@ function echarts2View() {
                 color: '#FFFFFF'
               }
             },
-            color: echarts.graphic.LinearGradient(0, 0, 0, 1, [
+            color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
               { offset: 0, color: '#28f2e6' },
               { offset: 0.5, color: 'rgba(40,242,230,0.8)' },
               { offset: 1, color: 'rgba(255,255,255,0.5)' }

+ 3 - 3
src/views/one/parts/echarts4.vue

@@ -35,8 +35,8 @@ import * as echarts from 'echarts'
 import { UtilStore } from '@/store/api/util'
 const utilStore = UtilStore()
 const info = ref({})
-const echarts1 = ref()
-const echarts2 = ref()
+const echarts1 = ref(null)
+const echarts2 = ref(null)
 onMounted(async () => {
   await search()
   await echarts1View()
@@ -168,7 +168,7 @@ function echarts2View() {
                 color: '#FFFFFF'
               }
             },
-            color: echarts.graphic.LinearGradient(0, 0, 0, 1, [
+            color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
               { offset: 0, color: '#28f2e6' },
               { offset: 0.5, color: 'rgba(40,242,230,0.8)' },
               { offset: 1, color: 'rgba(255,255,255,0.5)' }

+ 3 - 3
src/views/one/parts/echarts5.vue

@@ -35,8 +35,8 @@ import * as echarts from 'echarts'
 import { UtilStore } from '@/store/api/util'
 const utilStore = UtilStore()
 const info = ref({})
-const echarts1 = ref()
-const echarts2 = ref()
+const echarts1 = ref(null)
+const echarts2 = ref(null)
 onMounted(async () => {
   await search()
   await echarts1View()
@@ -181,7 +181,7 @@ function echarts2View() {
                 color: '#FFFFFF'
               }
             },
-            color: echarts.graphic.LinearGradient(0, 0, 0, 1, [
+            color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
               { offset: 0, color: '#28f2e6' },
               { offset: 0.5, color: 'rgba(40,242,230,0.8)' },
               { offset: 1, color: 'rgba(255,255,255,0.5)' }

+ 20 - 4
src/views/twelve/index.vue

@@ -35,7 +35,15 @@
               </div>
             </div>
             <el-col :span="24" class="page">
-              <el-pagination background layout="prev, pager, next" :total="supplytotal" :page-size="supplylimit" v-model:current-page="currentPageone" @current-change="changePageone" @size-change="sizeChangeone" />
+              <el-pagination
+                background
+                layout="prev, pager, next"
+                :total="supplytotal"
+                :page-size="supplylimit"
+                v-model:current-page="currentPageone"
+                @current-change="changePageone"
+                @size-change="sizeChangeone"
+              />
             </el-col>
           </div>
         </div>
@@ -73,7 +81,15 @@
               </div>
             </div>
             <el-col :span="24" class="page">
-              <el-pagination background layout="prev, pager, next" :total="demandtotal" :page-size="demandlimit" v-model:current-page="currentPagetwo" @current-change="changePagetwo" @size-change="sizeChangetwo" />
+              <el-pagination
+                background
+                layout="prev, pager, next"
+                :total="demandtotal"
+                :page-size="demandlimit"
+                v-model:current-page="currentPagetwo"
+                @current-change="changePagetwo"
+                @size-change="sizeChangetwo"
+              />
             </el-col>
           </div>
         </div>
@@ -227,7 +243,7 @@ const searchOther = async () => {}
 const searchsupply = async (query = { supplyskip, supplylimit }) => {
   supplyskip = query.supplyskip
   supplylimit = query.supplylimit
-  const info = { skip: query.supplyskip, limit: query.supplylimit }
+  const info = { skip: query.supplyskip, limit: query.supplylimit, is_use: '0', status: '1', user: user.value.id }
   let res = await supplyStore.list(info)
   if (res.errcode == '0') {
     supplyList.value = res.data
@@ -239,7 +255,7 @@ const searchsupply = async (query = { supplyskip, supplylimit }) => {
 const searchdemand = async (query = { demandskip, demandlimit }) => {
   demandskip = query.demandskip
   demandlimit = query.demandlimit
-  const info = { skip: query.demandskip, limit: query.demandlimit }
+  const info = { skip: query.demandskip, limit: query.demandlimit, is_use: '0', status: '1', user: user.value.id }
   let res = await demandStore.list(info)
   if (res.errcode == '0') {
     demandList.value = res.data