{{ scope.row.item.code }}
diff --git a/src/views/business-data/inventory/index.vue b/src/views/business-data/inventory/index.vue
index db946cd..b5eebf3 100644
--- a/src/views/business-data/inventory/index.vue
+++ b/src/views/business-data/inventory/index.vue
@@ -15,25 +15,29 @@
+
+
+
+
+
+
-
-
-
-
+
+
-
重置
-
+
@@ -94,6 +98,16 @@
height="70vh"
>
+
+
+ {{ scope.row.itemKey.orderNumber }}
+
+
+
+
+ {{ scope.row.itemKey.propC1 }}
+
+
{{ scope.row.itemKey.item.code }}
@@ -104,35 +118,20 @@
{{ scope.row.itemKey.item.name }}
-
-
- {{ scope.row.point.area.name }}
-
-
-
+
-
-
- {{ scope.row.itemKey.propC1 }}
-
-
-
-
- {{ scope.row.itemKey.orderNumber }}
-
-
-
-
-
-
- 删除
-
-
-
+
+
diff --git a/src/views/business-data/mo/index.vue b/src/views/business-data/mo/index.vue
index 60ad75a..9de5a2a 100644
--- a/src/views/business-data/mo/index.vue
+++ b/src/views/business-data/mo/index.vue
@@ -130,7 +130,7 @@ export default {
title: 'Mo票管理',
url: 'api/mo',
idField: 'id',
- sort: 'id,desc',
+ sort: 'labelNo,desc',
crudMethod: {...crudMo},
optShow: {
add: false,
diff --git a/src/views/business-data/pickDetail/itemOut.vue b/src/views/business-data/pickDetail/itemOut.vue
index ecaeae9..b65b783 100644
--- a/src/views/business-data/pickDetail/itemOut.vue
+++ b/src/views/business-data/pickDetail/itemOut.vue
@@ -119,12 +119,12 @@ export default {
scene: 2//1-空;2-满
}
stockUrl.callStock(CallStock).then(res => {
- if (res.status = 200) {
+ if ( res.code == 200) {
this.itemOutCancel();
- this.$parent.crud.notify(res.message, CRUD.NOTIFICATION_TYPE.SUCCESS);
+ this.$parent.crud.notify(res.msg, CRUD.NOTIFICATION_TYPE.SUCCESS);
this.$parent.shuaxin();
} else {
- this.$parent.crud.notify(res.message, CRUD.NOTIFICATION_TYPE.ERROR);
+ this.$parent.crud.notify(res.msg, CRUD.NOTIFICATION_TYPE.ERROR);
}
})
}
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index f60f721..412f01c 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -57,7 +57,7 @@
- />
+