From 828641ce9d4178bbff9030ad19ce93d0267f185c Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 17 九月 2025 08:36:42 +0800 Subject: [PATCH] no message --- construction-data/src/components/datav/index.vue | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue index ee328a8..e617d85 100644 --- a/construction-data/src/components/datav/index.vue +++ b/construction-data/src/components/datav/index.vue @@ -83,7 +83,7 @@ <!-- </el-col>--> <!-- </el-row>--> <div class="pick-wall-box"> - <el-col :span="6" v-for="(item, index) in seedBracket" :key="index" @click.native="lightClick(item)"> + <el-col :span="6" v-for="(item, index) in seedBracket" :key="index" > <div class="seed-bracket" :style="getLightStatus(item)" /> </el-col> </div> @@ -117,7 +117,7 @@ <el-col> <div class="header-title">鎷h揣鏁伴噺锛�</div> <dv-border-box-10 class="box"> - <el-input type="text" v-model="getWorkQty" disabled></el-input> + <el-input type="text" v-model="selected.revQty" disabled></el-input> </dv-border-box-10> </el-col> </el-row> @@ -341,7 +341,7 @@ //闅愯棌寮规 this.show = false // eslint-disable-next-line no-undef - $ajax.post('wave/sow/review', { waveSeedId: this.selected.id, reviewNum: this.getWorkQty }).then(response => { + $ajax.post('wave/sow/review', { waveSeedId: this.selected.id, reviewNum: this.selected.revQty }).then(response => { if (response.code === 200) { this.getWaves() } else { @@ -444,7 +444,7 @@ .pick-order-detl { padding: 0 15px; .detl-box-border { - height: 55vh; + height: 45vh; .detl-box-padding { height: 65px } @@ -562,6 +562,8 @@ width: 74vh; padding-top: 65px; height: 275px; + overflow: hidden; + overflow-y: auto; .popover-order { width: 300px; @@ -592,7 +594,7 @@ .order-detl-list { overflow: hidden; overflow-y: scroll; - height: 43vh; + height: 38vh; padding: 0 15px; } @@ -647,7 +649,7 @@ } .table-matnr { - height: 26vh; + height: 16vh; } .el-table { @@ -754,6 +756,8 @@ width: 74vh; padding-top: 65px; height: 275px; + overflow: hidden; + overflow-y: auto; .btnPrint { font-size: 9px; -- Gitblit v1.9.1