-
+
-
+
@@ -73,10 +73,8 @@
-
-
-
-
+
+
@@ -112,14 +110,14 @@
@pagination="getList"
/>
-
+
- np
-
+
+
-
-
+
+
@@ -127,14 +125,14 @@
-
-
+
+
-
-
+
+
-
-
+
+
@@ -142,7 +140,7 @@
-
+
@@ -182,7 +180,7 @@ export default {
showSearch: true,
// 总条数
total: 0,
- // 设备管理表格数据
+ // 机台管理表格数据
machineryList: [],
// 弹出层标题
title: "",
@@ -220,19 +218,19 @@ export default {
// 表单校验
rules: {
machineryCode: [
- { required: true, message: "设备类型编码不能为空", trigger: "blur" }
+ { required: true, message: "机台类型编码不能为空", trigger: "blur" }
],
machineryName: [
- { required: true, message: "设备类型名称不能为空", trigger: "blur" }
+ { required: true, message: "机台类型名称不能为空", trigger: "blur" }
],
machineryTypeId: [
- { required: true, message: "设备类型ID不能为空", trigger: "blur" }
+ { required: true, message: "机台类型ID不能为空", trigger: "blur" }
],
workshopId: [
{ required: true, message: "所属车间ID不能为空", trigger: "blur" }
],
status: [
- { required: true, message: "设备状态不能为空", trigger: "change" }
+ { required: true, message: "机台状态不能为空", trigger: "change" }
],
}
};
@@ -241,7 +239,7 @@ export default {
this.getList();
},
methods: {
- /** 查询设备管理列表 */
+ /** 查询机台管理列表 */
getList() {
this.loading = true;
listMachinery(this.queryParams).then(response => {
@@ -302,7 +300,7 @@ export default {
handleAdd() {
this.reset();
this.open = true;
- this.title = "添加设备管理";
+ this.title = "添加机台管理";
},
/** 修改按钮操作 */
handleUpdate(row) {
@@ -311,7 +309,7 @@ export default {
getMachinery(machineryId).then(response => {
this.form = response.data;
this.open = true;
- this.title = "修改设备管理";
+ this.title = "修改机台管理";
});
},
/** 提交按钮 */
@@ -337,7 +335,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const machineryIds = row.machineryId || this.ids;
- this.$modal.confirm('是否确认删除设备管理编号为"' + machineryIds + '"的数据项?').then(function() {
+ this.$modal.confirm('是否确认删除机台管理编号为"' + machineryIds + '"的数据项?').then(function() {
return delMachinery(machineryIds);
}).then(() => {
this.getList();
diff --git a/src/views/wms/product/index.vue b/src/views/wms/product/index.vue
index 87ef27c..4eb2d87 100644
--- a/src/views/wms/product/index.vue
+++ b/src/views/wms/product/index.vue
@@ -74,9 +74,14 @@
-
+
+
+ {{ scope.row.productGroup == "material_type1" ? "物料类别1" : "物料类别2" }}
+
+
+
-
+
+
+ {{ scope.row.activeFlag == 1 ? "是" : "否" }}
+
+
-
-
-
-
搜索
重置
@@ -129,11 +65,12 @@
-
-
-
-
+
+
+ {{ scope.row.pgDescGlobal == "material_type1" ? "物料类别1" : "物料类别2" }}
+
+
@@ -183,7 +120,14 @@
-->
-
+
+
+
-
-
+
+
-
+
@@ -207,9 +207,9 @@
-
-
-
+
+
+
{{ scope.row.activeFlag == 1 ? "是" : "否" }}
diff --git a/src/views/wms/team/index.vue b/src/views/wms/team/index.vue
index e01e2ad..f7d033f 100644
--- a/src/views/wms/team/index.vue
+++ b/src/views/wms/team/index.vue
@@ -84,8 +84,8 @@
{{ scope.row.teamType == "team_type1" ? "生产班组" : "检验班组" }}
-
-
+
+