diff --git a/src/assets/icons/Scan.vue b/src/assets/icons/Scan.vue new file mode 100644 index 00000000..73e49f66 --- /dev/null +++ b/src/assets/icons/Scan.vue @@ -0,0 +1,8 @@ + diff --git a/src/assets/icons/index.js b/src/assets/icons/index.js index f51c6b06..10417c56 100644 --- a/src/assets/icons/index.js +++ b/src/assets/icons/index.js @@ -24,4 +24,5 @@ export { default as Zhixing } from './Zhixing.vue' export { default as Zhizao } from './Zhizao.vue' export { default as Env } from './Env.vue' export { default as Elec } from './Elec.vue' -export { default as Jcpz } from './Jcpz.vue' \ No newline at end of file +export { default as Jcpz } from './Jcpz.vue' +export { default as Scan } from './Scan.vue' \ No newline at end of file diff --git a/src/layout/components/scan_detail.vue b/src/layout/components/scan_detail.vue new file mode 100644 index 00000000..0af2705f --- /dev/null +++ b/src/layout/components/scan_detail.vue @@ -0,0 +1,868 @@ + + + + diff --git a/src/layout/components/userbar.vue b/src/layout/components/userbar.vue index f89a901a..3f3a218f 100644 --- a/src/layout/components/userbar.vue +++ b/src/layout/components/userbar.vue @@ -1,5 +1,6 @@ diff --git a/src/views/bigScreen/index_enm.vue b/src/views/bigScreen/index_enm.vue index 089d8e2f..fda451ec 100644 --- a/src/views/bigScreen/index_enm.vue +++ b/src/views/bigScreen/index_enm.vue @@ -501,7 +501,6 @@ export default { axisLabel: { color: "#ffffff", }, - splitLine: { show: true, lineStyle: { diff --git a/src/views/fac_cal/mpointstat.vue b/src/views/fac_cal/mpointstat.vue index f06c0529..eaef4894 100644 --- a/src/views/fac_cal/mpointstat.vue +++ b/src/views/fac_cal/mpointstat.vue @@ -30,9 +30,10 @@ :value="item.value" > - + - - - - - - - - - - - - - - - - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + 取消 - - + \ No newline at end of file + + \ No newline at end of file diff --git a/src/views/wpm_gx/f_mlogs_form.vue b/src/views/wpm_gx/f_mlogs_form.vue index 75319b36..fd21c3e8 100644 --- a/src/views/wpm_gx/f_mlogs_form.vue +++ b/src/views/wpm_gx/f_mlogs_form.vue @@ -131,8 +131,7 @@ - @@ -176,9 +174,8 @@ @@ -397,7 +394,7 @@ export default { work_end_time:[{required: true,message: "请选择生产开始时间",trigger: "blur",},], route: [{required: true,message: "请选择工艺路线",trigger: "blur",},] }, - materialCount:1, + materialCount:1,//领料批次现有库存数 material_in:'', material_out:'', shiftOtions:[], @@ -475,8 +472,21 @@ export default { let that = this; that.materialOptions.forEach(item=>{ if(item.id == val){ - that.materialCount = item.count; - that.form.count_use = item.count; + that.form.count_n_hs = + that.form.count_n_qp = + that.form.count_n_swen = + that.form.count_n_bb = + that.form.count_n_xbb = + that.form.count_n_md = + that.form.count_n_xh = + that.form.count_n_ps = + that.form.count_n_zq = + that.form.count_n_qt = + that.form.count_n_wm=0; + that.materialCount = + that.form.count_use = + that.form.count_real = + that.form.count_ok = item.count; that.form.count_real = item.count-that.form.count_pn_jgqbl; } }) @@ -512,9 +522,9 @@ export default { this.form.count_n_wm; this.form.count_ok = this.form.count_real - this.form.count_notok; }, - countChanges(){ - this.form.count_ok = this.form.count_real - this.form.count_notok; - }, + // countChanges(){ + // this.form.count_ok = this.form.count_real - this.form.count_notok; + // }, //表单提交方法 submit() { let that = this; diff --git a/src/views/wpm_gx/fmlog_detail.vue b/src/views/wpm_gx/fmlog_detail.vue index 4469d483..bbc2c2eb 100644 --- a/src/views/wpm_gx/fmlog_detail.vue +++ b/src/views/wpm_gx/fmlog_detail.vue @@ -178,7 +178,7 @@ > - + diff --git a/src/views/wpm_gx/handover.vue b/src/views/wpm_gx/handover.vue index cc59cead..2d26c035 100644 --- a/src/views/wpm_gx/handover.vue +++ b/src/views/wpm_gx/handover.vue @@ -14,6 +14,7 @@ icon="el-icon-plus" @click="table_add(20)" v-auth="'handover.create'" + v-if="mgroupName!=='切片'" >返工 打印编辑取消 -