From 1442aeceb07bd06be28dd5085a5255bad712cb02 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 31 Jan 2023 16:48:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=85=A5=E5=BA=93--=E9=87=87?= =?UTF-8?q?=E8=B4=AD=E7=94=B3=E8=AF=B7=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ruzhang/ruzhangguanli/ruzhangguanli.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangguanli.vue b/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangguanli.vue index 408f0f490f..c7f29c5030 100644 --- a/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangguanli.vue +++ b/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangguanli.vue @@ -55,7 +55,11 @@ - + + + @@ -74,6 +78,8 @@ + + @@ -88,6 +94,7 @@ import pageye from '@/components/pagination/pageye' import { getPathSidByUserSid } from '@/api/cheliang/dictcommons' import divAdd from './ruzhangAdd' import divInfo from './ruzhangInfo' +import cheliangpaichanInfo from '../../../views/supplychain/cheliangpaichan/cheliangpaichanInfo' import { getStorage } from '@/utils/auth' export default { @@ -97,7 +104,8 @@ export default { Pagination, pageye, divAdd, - divInfo + divInfo, + cheliangpaichanInfo }, data() { return { @@ -218,6 +226,10 @@ export default { const sid = row.sid this.$refs['divinfo'].showInfo(sid, row) }, + hangleLook(row) { + this.viewState = 5 + this.$refs['divCaiGouInfo'].showInfo(row.vehicleOrderSid, row) + }, // 查询 dosearch() { this.queryParams.current = 1