diff --git a/.env.development b/.env.development
index 4cd72e7..651265f 100644
--- a/.env.development
+++ b/.env.development
@@ -5,7 +5,7 @@ NODE_ENV = development
VITE_TITLE = Snowy
# 接口地址
-VITE_API_BASEURL = http://localhost:82
+VITE_API_BASEURL = http://49.234.181.176:27315/bsx
# 本地端口
VITE_PORT = 81
diff --git a/src/components/Selector/clientSelectorPlus.vue b/src/components/Selector/clientSelectorPlus.vue
index f916346..b35e0f9 100644
--- a/src/components/Selector/clientSelectorPlus.vue
+++ b/src/components/Selector/clientSelectorPlus.vue
@@ -1,6 +1,6 @@
-
+
@@ -36,7 +36,7 @@
treeTitle="物料分类"
:tableRef="tableRef"
:apiModel="{
- getTree: customerCategoryApi.customerCategoryTree,
+ getTree: customerCategoryApi.customerCategoryTree
}"
@selectTree="selectTree"
@treeRefresh="treeRefresh"
@@ -82,94 +82,94 @@
diff --git a/src/components/Selector/storeSelectorPlus.vue b/src/components/Selector/storeSelectorPlus.vue
new file mode 100644
index 0000000..819994f
--- /dev/null
+++ b/src/components/Selector/storeSelectorPlus.vue
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ record.number }}
+
+
+ 启用
+ 停用
+
+
+ {{ $TOOL.dictTypeData('OFFICIAL_ACCOUNT_TYPE', record.type) }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/biz/app/apk/columns/apkColumns.js b/src/views/biz/app/apk/columns/apkColumns.js
new file mode 100755
index 0000000..953f05c
--- /dev/null
+++ b/src/views/biz/app/apk/columns/apkColumns.js
@@ -0,0 +1,18 @@
+export const apkColumns = [
+ {
+ title: '版本号',
+ dataIndex: 'versionNumber'
+ },
+ {
+ title: '版本更新介绍',
+ dataIndex: 'versionIntroduction'
+ },
+ {
+ title: 'apk链接',
+ dataIndex: 'apkLink'
+ },
+ {
+ title: '状态',
+ dataIndex: 'state'
+ }
+]
diff --git a/src/views/biz/app/apk/detail/form.vue b/src/views/biz/app/apk/detail/form.vue
old mode 100644
new mode 100755
index c030e16..67dd6e6
--- a/src/views/biz/app/apk/detail/form.vue
+++ b/src/views/biz/app/apk/detail/form.vue
@@ -6,18 +6,25 @@
:destroy-on-close="true"
@close="onClose"
>
+
-
+
-
+
-
-
-
-
+
+
+
+ 上传APK包
+
+
@@ -28,52 +35,57 @@
diff --git a/src/views/biz/app/apk/formFields/searchFields.js b/src/views/biz/app/apk/formFields/searchFields.js
new file mode 100755
index 0000000..7602096
--- /dev/null
+++ b/src/views/biz/app/apk/formFields/searchFields.js
@@ -0,0 +1,12 @@
+import tool from '@/utils/tool'
+
+export const searchFields = [
+ { name: 'name', label: '名称', component: 'a-input', props: { placeholder: '请输入名称' } },
+ {
+ name: 'enabledState',
+ label: '可用状态',
+ component: 'a-select',
+ props: { placeholder: '请选择状态', options: tool.dictList('COMMON_STATUS') }
+ },
+ { name: 'number', label: '编码', component: 'a-input', props: { placeholder: '请输入编码' } }
+]
diff --git a/src/views/biz/app/apk/index.vue b/src/views/biz/app/apk/index.vue
old mode 100644
new mode 100755
index ab5a175..f9ee68c
--- a/src/views/biz/app/apk/index.vue
+++ b/src/views/biz/app/apk/index.vue
@@ -1,23 +1,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
-
-
-
+
+
+
- 编辑
-
-
- 删除
-
+
+
+ 查看
+
+
+
+
+
+
+ 更多
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
@@ -58,83 +79,30 @@
diff --git a/src/views/productionBusiness/inventory/invoice/detail/index.vue b/src/views/productionBusiness/inventory/invoice/detail/index.vue
index dba0905..4ddd218 100644
--- a/src/views/productionBusiness/inventory/invoice/detail/index.vue
+++ b/src/views/productionBusiness/inventory/invoice/detail/index.vue
@@ -1,12 +1,15 @@
-
+
- 保存
+ 保存后退出
+ 保存后新增
+ 退出
+
+
+
+
+
+
+
+ {{ detailData[item.name] }}
+ {{ tool.dictTypeData(item.attrs.options, detailData[item.name]) }}
+
+
-
-
+ -->
@@ -110,6 +135,8 @@
+
+