diff --git a/dist.zip b/dist.zip new file mode 100644 index 00000000..a46bd1f0 Binary files /dev/null and b/dist.zip differ diff --git a/src/views/ManufacturingCenter/CreatePreparationBill/index.vue b/src/views/ManufacturingCenter/CreatePreparationBill/index.vue index 86c3d2a3..e4214918 100644 --- a/src/views/ManufacturingCenter/CreatePreparationBill/index.vue +++ b/src/views/ManufacturingCenter/CreatePreparationBill/index.vue @@ -4,7 +4,6 @@
- 零件图号: 查询 diff --git a/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue b/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue index 2072c5ce..d1691612 100644 --- a/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue +++ b/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue @@ -27,11 +27,11 @@ {{ scope.row.操作工 }} - - - + + + + + - - - + + + + + - + @@ -126,7 +126,7 @@ {{ scope.row.采购单号 }} - + @@ -342,13 +342,13 @@ @@ -119,9 +119,9 @@ 备料材料
- +
- +
@@ -188,7 +188,7 @@ @@ -229,7 +229,7 @@ @click="submitEditArrivalOrder">确定 - + @@ -282,7 +282,7 @@ - + @@ -292,7 +292,7 @@
- + - + - + @@ -339,11 +339,11 @@ {{ scope.row.成品尺寸 }} - - - + + + + + - + - + @@ -1073,7 +1073,7 @@ export default { }) }, deleteArrivalMX(row) { - this.$confirm('确定删除该到货单明细?', '提示', { + this.$confirm('确定取消该物料的到货信息?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' diff --git a/src/views/WorkshopProcurement/OfflineProcurement/index.vue b/src/views/WorkshopProcurement/OfflineProcurement/index.vue index 98b8a994..a8a56902 100644 --- a/src/views/WorkshopProcurement/OfflineProcurement/index.vue +++ b/src/views/WorkshopProcurement/OfflineProcurement/index.vue @@ -70,7 +70,7 @@ :value="item.value"/> 查询 - 采购计划单 + 计划单 @@ -187,26 +187,26 @@
- -
+ +
- + - + - + - + - + - +

江苏高精机电装备有限公司

江苏高精机电装备有限公司

{{ 采购单名称 }}

{{ 采购单名称 }}

下单单位{{ 下单单位 }}{{ 下单单位 }} 单号{{ 单号 }}{{ 单号 }}
下单日期{{ 下单日期 }}{{ 下单日期 }} 计划完成日期{{ 计划完成日期 }}{{ 计划完成日期 }}
@@ -215,17 +215,15 @@ - - + - @@ -234,6 +232,36 @@
联系人:___________ 联系电话:___________
+ + + + + + + + + + + + + @@ -279,7 +307,7 @@ export default { 离线采购计划流水号: '' }, rules2: { - 离线采购计划名称: [{ required: true, message: '请填写离线采购计划名称' }], + 计划名称: [{ required: true, message: '请填写离线采购计划名称' }], supplierNameValue: [{ required: true, message: '请选择供应商' }] }, form3: { @@ -483,7 +511,7 @@ export default { } this.form2.离线采购计划名称 = '' this.form2.supplierNameValue = '' - this.title2 = '创建离线采购计划' + this.title2 = '创建外购备料计划' this.dialogVisible2 = true }, submitAddPurchaseOrder() { // 新建采购单 @@ -491,10 +519,10 @@ export default { if (valid) { addPurchaseOrder(this.form2.离线采购计划名称, this.form2.supplierNameValue).then(response => { if (response.data[0].result === '1') { - this.$message.success('新建离线采购计划成功') + this.$message.success('新建离线外购备料成功') this.searchTable() this.dialogVisible2 = false - } else { this.$message.error('新建离线采购计划失败') } + } else { this.$message.error('新建离线外购备料失败') } }) } else { return false @@ -505,7 +533,7 @@ export default { if (this.$refs['form2'] !== undefined) { this.$refs['form2'].resetFields() } - this.title2 = '编辑离线采购计划' + this.title2 = '编辑外购备料计划' this.form2.离线采购计划流水号 = row.离线采购计划流水号 this.form2.离线采购计划名称 = row.离线采购计划名称 this.form2.supplierNameValue = row.供应商流水号 @@ -516,10 +544,10 @@ export default { if (valid) { editPurchaseOrder(this.form2.离线采购计划流水号, this.form2.离线采购计划名称, this.form2.supplierNameValue).then(response => { if (response.data[0].result === '1') { - this.$message.success('修改离线采购计划成功') + this.$message.success('修改离线外购备料成功') this.searchTable() this.dialogVisible2 = false - } else { this.$message.error('修改离线采购计划失败') } + } else { this.$message.error('修改离线外购备料失败') } }) } else { return false @@ -547,7 +575,7 @@ export default { }, submitAddMaterial() { if (!this.离线采购计划流水号) { - this.$message.warning('请选择离线采购计划') + this.$message.warning('请选择外购备料计划') } else if (this.materielGroup.length === 0) { this.$message.warning('请勾选物料') } else { @@ -642,6 +670,25 @@ export default { .el-tag{ margin: 0 } + .el-form--label-left >>> .el-form-item__label { + text-align: right; + } + >>>.el-dialog--center .el-dialog__body { + text-align: initial; + padding: 20px 30px 20px + } + >>>.el-dialog__header { + padding: 20px 20px 0px; + } + >>>.el-dialog__footer { + padding: 0px 20px 20px; + /*text-align: right;*/ + -webkit-box-sizing: border-box; + box-sizing: border-box; + } + >>>.el-form-item { + margin-bottom: 13px; + }
物料编码 名称 材料单位 数量 成品尺寸(长、宽、高) 备注
{{ index + 1 }} {{ list.物料零件编码 }} {{ list.零件名称 }} {{ list.材料 }}{{ list.单位 }} {{ list.数量 }} {{ list.成品尺寸 }} {{ list.备注 }}