diff --git a/src/views/warehouse/index.vue b/src/views/warehouse/index.vue
index 9491392..0cf5977 100644
--- a/src/views/warehouse/index.vue
+++ b/src/views/warehouse/index.vue
@@ -23,6 +23,12 @@
{{ Type[scope.row.type] }}
+
+
+ 一件代发
+ 自营仓发
+
+
{{ scope.row.status ? '启用' : '不启用' }}
@@ -61,6 +67,12 @@
本地仓
+
+
+ 一件代发
+ 自营仓发
+
+
启用
@@ -154,7 +166,8 @@ export default {
data.itemInfo = {
status: 1,
sort: 0,
- type: 'cloud'
+ type: 'cloud',
+ ship_mode: 'self'
}
data.showDialog = true
}