-
镀金标识
+
镀金标识
荧光检热处理检验喷码 {
return item.partCode == this.formData.partCode;
@@ -695,10 +679,65 @@ export default {
this.formData.goldMark = true;
}
}
- this.formData.isClassCake = true
+ this.formData.isClassCake = true;
});
},
+ sinTerChange(v) {
+ if (v) {
+ this.notSinTer = false;
+ // this.rules = this.rules2;
+ // this.$set(this.rules, 'craftWay', [this.$validation.required]);
+ // if (!this.formData.expirationPeriod && this.formData.expirationPeriod == '') {
+ // this.$set(this.formData, 'expirationPeriod', 9999);
+ // }
+ // if (!this.formData.advanceRemind && this.formData.advanceRemind == '') {
+ // this.$set(this.formData, 'advanceRemind', 10);
+ // }
+ // if (!this.formData.area && this.formData.area == '') {
+ // this.$set(this.formData, 'area', 1);
+ // }
+ } else {
+ this.notSinTer = true;
+ if (this.notGlassCake) {
+ // this.rules = this.rules1;
+ // if (!this.childPage) {
+ // this.$set(this.rules, 'lettering', [this.$validation.required]);
+ // }
+ } else {
+ // this.$set(this.rules, 'craftWay', []);
+ }
+ }
+ },
+ glassCakeChange(value) {
+ if (value) {
+ this.notGlassCake = false;
+ // this.$set(this.rules, 'lettering', []);
+ // this.areaText = '粉重';
+ // this.rules = this.rules2;
+ // if (!this.formData.expirationPeriod && this.formData.expirationPeriod == '') {
+ // this.$set(this.formData, 'expirationPeriod', 9999);
+ // }
+ // if (!this.formData.advanceRemind && this.formData.advanceRemind == '') {
+ // this.$set(this.formData, 'advanceRemind', 10);
+ // }
+ // if (!this.formData.area && this.formData.area == '') {
+ // this.$set(this.formData, 'area', 1);
+ // }
+ // this.$set(this.rules, 'craftWay', []);
+ } else {
+ this.notGlassCake = true;
+ // this.areaText = this.$t('global.area');
+ // if (this.notSinTer) {
+ // this.rules = this.rules1;
+ // }
+ // if (!this.childPage) {
+ // this.$set(this.rules, 'lettering', [this.$validation.required]);
+ // }
+ // this.$set(this.rules, 'craftWay', [this.$validation.required]);
+ }
+ },
+
//有效期切换
periodOfValidityFn(value) {
if (value == 2) {
diff --git a/src/views/processManagement/taskProcessing.vue b/src/views/processManagement/taskProcessing.vue
index 0a0b5e7..d586443 100644
--- a/src/views/processManagement/taskProcessing.vue
+++ b/src/views/processManagement/taskProcessing.vue
@@ -21,11 +21,12 @@
- {{ scope.$index }}
+
详情
+
-
-
- {{ scope.row.bsWorkType ? scope.row.bsWorkType.wtName : '-' }}
-
-
+
{{ row.name }}
@@ -193,6 +190,7 @@ export default {
searchSpan: 6,
searchMenuPosition: 'right',
align: 'center',
+ load: this.loadNode, // 加载子节点的方法
column: [
{
label: '零件号',
diff --git a/src/views/productionManagement/workReportingManagement/workRecord.vue b/src/views/productionManagement/workReportingManagement/workRecord.vue
new file mode 100644
index 0000000..c467446
--- /dev/null
+++ b/src/views/productionManagement/workReportingManagement/workRecord.vue
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+d
\ No newline at end of file
diff --git a/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue b/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue
index ceb61f0..fdc99c1 100644
--- a/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue
+++ b/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue
@@ -23,7 +23,15 @@
-
+
+
+
+ {{ JSON.parse(scope.row.standardProcessAbility) }}
+
+ {{ scope.row.standardProcessAbility }}
+
@@ -160,6 +168,15 @@ export default {
disabled: true,
// display:false,
},
+ {
+ label: '设备型号',
+ prop: 'equipNameType',
+ search: false,
+ sortable: true,
+ span: 12,
+ width: 120,
+ disabled: true,
+ },
// {
// label: '设备编码',
// prop: 'equipCode',
diff --git a/src/views/wel/components/quickAccess.vue b/src/views/wel/components/quickAccess.vue
index 650dac1..72c9f1c 100644
--- a/src/views/wel/components/quickAccess.vue
+++ b/src/views/wel/components/quickAccess.vue
@@ -26,17 +26,17 @@
+
\ No newline at end of file
diff --git a/src/views/zhgd-work/workReport/index.vue b/src/views/zhgd-work/workReport/index.vue
new file mode 100644
index 0000000..3ba6060
--- /dev/null
+++ b/src/views/zhgd-work/workReport/index.vue
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 车间订单号
+ {{ workPlanDto.woCode }}
+
+
+ 流程卡号
+ {{ workPlanDto.cardNo }}
+
+
+ 批次
+ {{ workPlanDto.batchNo }}
+
+
+
+ 产品号
+ {{ workPlanDto.partCode }}
+
+
+ 产品型号
+ {{ workPlanDto.productType }}
+
+
+ 产品名称
+ {{ workPlanDto.partName }}
+
+
+
+ 镀种信息
+ {{ workPlanDto.plate }}
+
+
+ 当前工序
+ {{ workPlanDto.currentWpTitle }}
+
+
+ 接收数量
+ {{ workPlanDto.makeQty }}
+
+
+ 已合格数量
+ {{ workPlanDto.workQty }}
+
+
+ 报废数量
+ {{ workPlanDto.scrapQty }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 合格
+ 不合格
+
+
+
+
+
+
+
+
+ 合格
+ 不合格
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 报工
+
+
+
+
+
\ No newline at end of file