{{ scope.row.仓库编号 }}
diff --git a/src/views/Inventory/OfflinePartsStorage/index.vue b/src/views/Inventory/OfflinePartsStorage/index.vue
new file mode 100644
index 00000000..18a1089f
--- /dev/null
+++ b/src/views/Inventory/OfflinePartsStorage/index.vue
@@ -0,0 +1,336 @@
+
+
+
+ 供应商:
+
+
+
+ 合同:
+
+
+
+ 查询明细
+
+
+
+
+
+
+ {{ scope.row.离线合同编号 }}
+
+
+
+
+ {{ scope.row.物料名称 }}
+
+
+
+
+ {{ scope.row.物料规格 + ' ' + scope.row.物料型号 }}
+
+
+
+
+ {{ scope.row.数量 }}
+
+
+
+
+ {{ scope.row.到货数量 }}
+
+
+
+
+
+
+
+
+ 仓库名称:
+
+
+
+ 货位名称:
+
+
+
+ 确认入库
+
+
+
+
+
+
+
diff --git a/src/views/Inventory/PurchasePartsStorage/index.vue b/src/views/Inventory/PurchasePartsStorage/index.vue
new file mode 100644
index 00000000..46c9373a
--- /dev/null
+++ b/src/views/Inventory/PurchasePartsStorage/index.vue
@@ -0,0 +1,475 @@
+
+
+
+ 供应商:
+
+
+
+ 合同:
+
+
+
+ 合同类型:
+
+
+
+ 查询明细
+
+
+
+
+
+
+ {{ scope.row.合同编号 }}
+
+
+
+
+ {{ scope.row.物料名称 }}
+
+
+
+
+ {{ scope.row.物料规格 + ' ' + scope.row.物料型号 }}
+
+
+
+
+ {{ scope.row.数量 }}
+
+
+
+
+ {{ scope.row.到货数量 }}
+
+
+
+
+
+
+
+
+ 仓库名称:
+
+
+
+ 货位名称:
+
+
+
+ 确认入库
+
+
+
+
+
+
+
diff --git a/src/views/Inventory/PurchasePartsStorage/sadas.vue b/src/views/Inventory/PurchasePartsStorage/sadas.vue
new file mode 100644
index 00000000..388669df
--- /dev/null
+++ b/src/views/Inventory/PurchasePartsStorage/sadas.vue
@@ -0,0 +1,550 @@
+
+
+
+ 合同明细流水号:
+
+ 合同类型:
+
+
+
+ 查询零件详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定入库
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.date }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue b/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue
index 71659433..b53986dd 100644
--- a/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue
+++ b/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue
@@ -1,5 +1,5 @@
-
+
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
@@ -491,20 +491,18 @@
-
- {{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
+
+
-
- {{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
+
+
@@ -515,12 +513,14 @@
diff --git a/src/views/PurchasingCenter/MaterialManagement/index.vue b/src/views/PurchasingCenter/MaterialManagement/index.vue
index f3be0ab8..f3d9717f 100644
--- a/src/views/PurchasingCenter/MaterialManagement/index.vue
+++ b/src/views/PurchasingCenter/MaterialManagement/index.vue
@@ -113,7 +113,7 @@
-
+
维护物料类别
新增供货商
+
+ 采购部新增物料审核
+
@@ -480,6 +483,61 @@
确定
+
+
+
+
+
+
+ {{ scope.row.物料名称 }}
+
+
+
+
+ {{ scope.row.物料规格 }}
+
+
+
+
+ {{ scope.row.物料型号 }}
+
+
+
+
+ {{ scope.row.供货商 }}
+
+
+
+
+
+ 通过
+
+
+
+ 打回原因:
+
+ 确认
+ 打回
+
+
+
+
+
+
+
+
@@ -504,13 +562,22 @@ import {
deleteCategory,
editVariety,
addVariety,
- deleteVariety
+ deleteVariety,
+ getMaterial,
+ searchmateria5,
+ Dahui,
+ Tongguo
} from '@/api/PurchasingCenter/MaterialManagement'
import { mapGetters } from 'vuex'
export default {
data() {
return {
+ 打回原因: '',
+ 物料流水号: '',
+ tableData5: [],
+ dialogFormVisible4: false,
+ weishenhe: 0,
Gonghuoshang: [],
Gonghuoshang2: [],
GonghuoshangValue: '',
@@ -605,11 +672,63 @@ export default {
])
},
created() {
+ this.getMaterial()
this.fetchData()
this.searchMaterialCategory()
this.getGonghuoshang()
+ this.searchMaterial()
},
methods: {
+ // 通过
+ Tongguo(row) {
+ Tongguo(row.物料流水号).then(response => {
+ if (response.data[0].result === '1') {
+ this.getMaterial()
+ this.daishenhe()
+ this.searchMaterial()
+ this.$message.success('通过成功')
+ } else { this.$message.error('通过失败') }
+ })
+ // this.$confirm('是否通过?', '提示', {
+ // confirmButtonText: '确定',
+ // cancelButtonText: '取消',
+ // type: 'warning'
+ // }).then(() => {
+ // }).catch(() => {
+ // this.$message({
+ // type: 'info',
+ // message: '已取消通过'
+ // })
+ // })
+ },
+ // 打回
+ Dahui(row) {
+ this.物料流水号 = row.物料流水号
+ },
+ // 打回确认
+ queren() {
+ Dahui(this.物料流水号, this.打回原因).then(response => {
+ if (response.data[0].result === '1') {
+ this.getMaterial()
+ this.daishenhe()
+ this.$message.success('打回成功')
+ } else { this.$message.error('打回失败') }
+ })
+ },
+ // 查询采购部物料申请明细
+ daishenhe() {
+ this.tableData5 = []
+ searchmateria5(0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0).then(response => {
+ this.tableData5 = response.data.result
+ this.dialogFormVisible4 = true
+ })
+ },
+ // 查询待审核物料数量
+ getMaterial() {
+ getMaterial().then(response => {
+ this.weishenhe = response.data[0].数量
+ })
+ },
getGonghuoshang() { // 供货商初始化查询
this.Gonghuoshang = []
this.Gonghuoshang2 = []
@@ -726,7 +845,7 @@ export default {
this.editForm(row, 'form', [this.title = '编辑', this.dialogFormVisible1 = true])
},
submitEdit() {
- this.editTable(editData, [this.form.物料流水号, this.form.物料品种流水号, this.form.物料名称, this.form.物料全名, this.form.物料规格, this.form.物料型号, this.form.计量单位流水号, this.form.物料来源流水号, this.supplierValue1], 'form', function() {
+ this.editTable(editData, [this.form.物料流水号, this.form.物料品种流水号, this.form.物料名称, this.form.物料全名, this.form.物料规格, this.form.物料型号, this.form.计量单位流水号, this.form.物料来源流水号, this.form.GonghuoshangValue], 'form', function() {
this.searchMaterial()
this.dialogFormVisible1 = false
})
diff --git a/src/views/WorkshopProcurement/NewArrivalList/index.vue b/src/views/WorkshopProcurement/NewArrivalList/index.vue
index c5ec62e6..627ed836 100644
--- a/src/views/WorkshopProcurement/NewArrivalList/index.vue
+++ b/src/views/WorkshopProcurement/NewArrivalList/index.vue
@@ -168,7 +168,7 @@