diff --git a/src/config/index.js b/src/config/index.js
index d669a5b7..cb121a62 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -6,7 +6,7 @@ const DEFAULT_CONFIG = {
DASHBOARD_URL: "/dashboard",
//版本号
- APP_VER: "2.7.2025092816",
+ APP_VER: "3.1.2026031316",
//内核版本号
CORE_VER: "1.6.9",
diff --git a/src/views/statistics/bxerp/workHoursPB.vue b/src/views/statistics/bxerp/workHoursPB.vue
index b6445730..c1d2676c 100644
--- a/src/views/statistics/bxerp/workHoursPB.vue
+++ b/src/views/statistics/bxerp/workHoursPB.vue
@@ -110,6 +110,8 @@
+
+
{{ scope.row.总切片数 }}
@@ -391,7 +393,8 @@ export default {
let that = this;
let params = {};
params.query = that.query;
- that.$API.bi.dataset.exec.req('prodect_defect_pb1', params).then((res) => {
+ params.query.select_cols = '';
+ that.$API.bi.dataset.exec.req('product_defect_pb_user_mname', params).then((res) => {
let data = res.data2.ds0;
data.forEach(item=>{
if(item.缺陷分布!==null){
diff --git a/src/views/wpm_bx/mlogbw_check_table.vue b/src/views/wpm_bx/mlogbw_check_table.vue
index da5c555e..e3ae7b3a 100644
--- a/src/views/wpm_bx/mlogbw_check_table.vue
+++ b/src/views/wpm_bx/mlogbw_check_table.vue
@@ -1142,6 +1142,9 @@ tbody tr:nth-child(odd) {
background-color: #f5f7fa;
}
+th{
+ text-align: left;
+}
tr{
min-height: 40px;
}
@@ -1154,7 +1157,7 @@ td {
border-bottom: 1px solid #ebeef5;
}
th{
- padding: 12px 0;
+ padding: 12px 5px;
min-height: 40px;
font-size: 12px;
color: #909399;
diff --git a/src/views/wpm_gx/f_mlogs_form.vue b/src/views/wpm_gx/f_mlogs_form.vue
index 8c0fd849..83d2f716 100644
--- a/src/views/wpm_gx/f_mlogs_form.vue
+++ b/src/views/wpm_gx/f_mlogs_form.vue
@@ -513,7 +513,7 @@ export default {
getdefects(route,material_in,material_out){
let that = this;
if(that.is_fix&&that.materialFix!==null&&that.materialFix!==''){
- that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process'}).then((res) => {
+ that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process',type:'out'}).then((res) => {
res.qct_defects.forEach((item) => {
that.defectform[item.defect_name] = 0;
})