diff --git a/src/views/base/monitorInfo/index.vue b/src/views/base/monitorInfo/index.vue
index b084d40..ddc6c34 100644
--- a/src/views/base/monitorInfo/index.vue
+++ b/src/views/base/monitorInfo/index.vue
@@ -49,7 +49,7 @@
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
>
-
+
@@ -92,7 +92,7 @@
{{ parseTime(scope.row.updatedTime, '{y}-{m}-{d}') }}
-
+
-
-
-
-
+
+
+
+
@@ -191,15 +191,15 @@
-
+
+
+
+
-
-
-
@@ -342,7 +342,7 @@ export default {
{key: 4, label: `计量设备类型`, visible: true},
{key: 5, label: `计算方式`, visible: true},
{key: 6, label: `比率`, visible: true},
- {key: 7, label: `备注`, visible: true},
+ {key: 7, label: `备注`, visible: false},
{key: 8, label: `启用标识`, visible: false},
{key: 9, label: `创建人`, visible: false},
{key: 10, label: `创建时间`, visible: false},
@@ -436,7 +436,7 @@ export default {
monitorStatus: 0,
monitorType: 1,
formulaMode: 0,
- proportion: null,
+ proportion: 1,
remark: null,
isFlag: 0,
createdBy: null,
diff --git a/src/views/base/orderInfo/index.vue b/src/views/base/orderInfo/index.vue
index 62b658a..c34d4ce 100644
--- a/src/views/base/orderInfo/index.vue
+++ b/src/views/base/orderInfo/index.vue
@@ -2,7 +2,7 @@
-
+
@@ -25,6 +26,7 @@
placeholder="请输入物料编号"
clearable
@keyup.enter.native="handleQuery"
+ style="width: 150px;"
/>
@@ -33,10 +35,11 @@
placeholder="请输入物料名称"
clearable
@keyup.enter.native="handleQuery"
+ style="width: 150px;"
/>
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
搜索
重置
diff --git a/src/views/base/workUnit/index.vue b/src/views/base/workUnit/index.vue
index 6809fef..37c621e 100644
--- a/src/views/base/workUnit/index.vue
+++ b/src/views/base/workUnit/index.vue
@@ -67,13 +67,13 @@
v-if="refreshTable"
v-loading="loading"
:data="workUnitList"
- row-key="workUnitCode"
+ row-key="objId"
:default-expand-all="isExpandAll"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
>
-
-
+
+
@@ -259,7 +259,7 @@ export default {
delete node.children;
}
return {
- id: node.workUnitCode,
+ id: node.objId,
label: node.workUnitName,
children: node.children
};
@@ -269,7 +269,7 @@ export default {
listWorkUnit().then(response => {
this.workUnitOptions = [];
const data = { workUnitCode: 0, workUnitName: '顶级节点', children: [] };
- data.children = this.handleTree(response.data, "workUnitCode", "parentId");
+ data.children = this.handleTree(response.data, "objId", "parentId");
this.workUnitOptions.push(data);
});
},
@@ -311,8 +311,8 @@ export default {
handleAdd(row) {
this.reset();
this.getTreeselect();
- if (row != null && row.workUnitCode) {
- this.form.parentId = row.workUnitCode;
+ if (row != null && row.objId) {
+ this.form.parentId = row.objId;
} else {
this.form.parentId = 0;
}
diff --git a/src/views/report/pointDnb/index.vue b/src/views/report/pointDnb/index.vue
index b773a89..a6daad2 100644
--- a/src/views/report/pointDnb/index.vue
+++ b/src/views/report/pointDnb/index.vue
@@ -28,24 +28,24 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
+
+
+
+
@@ -133,24 +134,24 @@
{{ parseTime(scope.row.updatedTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
-
-
- 修改
- 删除
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+