diff --git a/src/components/Crud/CRUD.operation.vue b/src/components/Crud/CRUD.operation.vue
index 614594d..0370cac 100644
--- a/src/components/Crud/CRUD.operation.vue
+++ b/src/components/Crud/CRUD.operation.vue
@@ -2,112 +2,111 @@
-
+
新增
修改
删除
导出
-
+
全选
{{ item.label }}
保存
diff --git a/src/views/base-data/item/index.vue b/src/views/base-data/item/index.vue
index c2740bc..309ac6b 100644
--- a/src/views/base-data/item/index.vue
+++ b/src/views/base-data/item/index.vue
@@ -82,9 +82,6 @@
/>
-
-
-
@@ -126,7 +123,8 @@
height="68vh"
@selection-change="crud.selectionChangeHandler">
-
+
+
@@ -137,7 +135,6 @@
{{ dict.label.item_unit[scope.row.unit] }}
-
diff --git a/src/views/base-data/point/index.vue b/src/views/base-data/point/index.vue
index 9e554bc..256f425 100644
--- a/src/views/base-data/point/index.vue
+++ b/src/views/base-data/point/index.vue
@@ -14,7 +14,7 @@
v-model="query.status"
clearable
size="small"
- placeholder="状态"
+ placeholder="预占用"
class="filter-item"
style="width: 100px"
@change="crud.toQuery"
@@ -85,7 +85,7 @@
slot="right"
class="filter-item"
type="primary"
- icon="el-icon-edit"
+ icon="el-icon-check"
size="mini"
v-show="true"
:loading="crud.delAllLoading"
@@ -207,11 +207,11 @@
/>
-
+
@@ -282,7 +282,7 @@
{{ scope.row.area.name }}
-
+
{{ dict.label.use_status[scope.row.status] }}
@@ -390,7 +390,7 @@ export default {
queryTypeOptions: [
{key: 'code', display_name: '代码'},
{key: 'name', display_name: '名称'},
- {key: 'status', display_name: '状态'},
+ {key: 'status', display_name: '预占用'},
{key: 'beatCode', display_name: '区域编码'},
{key: 'areaCode', display_name: '仓库'},
{key: 'enabled', display_name: '启用'}
diff --git a/src/views/business-data/asn/index.vue b/src/views/business-data/asn/index.vue
index ea0aacb..90f8dc4 100644
--- a/src/views/business-data/asn/index.vue
+++ b/src/views/business-data/asn/index.vue
@@ -32,7 +32,7 @@
class="filter-item"
type="primary"
size="mini"
- icon="el-icon-document-add"
+ icon="el-icon-check"
:disabled="crud.selections.length !== 1 || this.crud.selections[0].status!=='OPEN'"
@click="startAsn(crud.selections[0].id)"
>
@@ -44,7 +44,7 @@
class="filter-item"
type="primary"
size="mini"
- icon="el-icon-document-add"
+ icon="el-icon-check"
:disabled="crud.selections.length !== 1 || this.crud.selections[0].status!=='ACTIVE'"
@click="cancelAsn(crud.selections[0].id)"
>
diff --git a/src/views/business-data/asnDetail/index.vue b/src/views/business-data/asnDetail/index.vue
index 50437e1..e5de47d 100644
--- a/src/views/business-data/asnDetail/index.vue
+++ b/src/views/business-data/asnDetail/index.vue
@@ -73,6 +73,9 @@
+
+
+
@@ -180,7 +183,7 @@ import pagination from '@crud/Pagination'
const defaultForm = {
id: null,
- asn:null,
+ asn:{id:null},
item: null,
stock: null,
lineNo: null,
@@ -269,6 +272,7 @@ export default {
}else {
this.asn = this.$route.query.asn
this.query.asnId = this.asn.id
+ defaultForm.asn.id = this.asn.id
this.asnFrom = this.asn
this.crud.toQuery()
}
diff --git a/src/views/business-data/businessTask/agvTask.vue b/src/views/business-data/businessTask/agvTask.vue
index b7aa27b..9a9f6d6 100644
--- a/src/views/business-data/businessTask/agvTask.vue
+++ b/src/views/business-data/businessTask/agvTask.vue
@@ -5,42 +5,38 @@
+
-
-
-
-
-
+
+
-
-
-
+
+
+
-
+ />
+
-
-
- 重置
-
-
+
@@ -60,20 +56,17 @@
-
-
+
+
-
+
-
+
-
-
-
-
+
@@ -86,10 +79,17 @@
-
+
-
+
+
+