diff --git a/jeepay-ui-uapp-merchant/commons/style/common.scss b/jeepay-ui-uapp-merchant/commons/style/common.scss
index 6d9a568..11cbcb0 100644
--- a/jeepay-ui-uapp-merchant/commons/style/common.scss
+++ b/jeepay-ui-uapp-merchant/commons/style/common.scss
@@ -275,9 +275,6 @@ text {
min-height: 100vh;
/* #endif */
}
-.bg-gray{
- background-color: #F9F9F9;
-}
.w-full{
width: 100%;
}
diff --git a/jeepay-ui-uapp-merchant/components/my-components/my-action-sheet.vue b/jeepay-ui-uapp-merchant/components/my-components/my-action-sheet.vue
index 743f0d1..a799c3c 100644
--- a/jeepay-ui-uapp-merchant/components/my-components/my-action-sheet.vue
+++ b/jeepay-ui-uapp-merchant/components/my-components/my-action-sheet.vue
@@ -4,7 +4,7 @@
-
+
@@ -82,6 +82,9 @@ import { ref } from 'vue';
text-align: center;
font-size: 32rpx;
border-bottom: 1px solid $bg;
+ .btn{
+ border-radius: 0;
+ }
}
}
}
diff --git a/jeepay-ui-uapp-merchant/components/my-components/my-mask.vue b/jeepay-ui-uapp-merchant/components/my-components/my-mask.vue
index eb68513..ec036d4 100644
--- a/jeepay-ui-uapp-merchant/components/my-components/my-mask.vue
+++ b/jeepay-ui-uapp-merchant/components/my-components/my-mask.vue
@@ -10,9 +10,14 @@
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pagePrinter/add-printer/components/choose-category.vue b/jeepay-ui-uapp-merchant/pagePrinter/add-printer/components/choose-category.vue
new file mode 100644
index 0000000..c1b5c89
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/pagePrinter/add-printer/components/choose-category.vue
@@ -0,0 +1,46 @@
+
+
+
+
+ 选择分类
+
+
+
+
+
+
+
+
+
+ 取消
+
+
+ 确定
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pagePrinter/add-printer/components/my-radio-group.vue b/jeepay-ui-uapp-merchant/pagePrinter/add-printer/components/my-radio-group.vue
new file mode 100644
index 0000000..ef2ca22
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/pagePrinter/add-printer/components/my-radio-group.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pagePrinter/add-printer/components/picker-item.vue b/jeepay-ui-uapp-merchant/pagePrinter/add-printer/components/picker-item.vue
new file mode 100644
index 0000000..daad2cc
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/pagePrinter/add-printer/components/picker-item.vue
@@ -0,0 +1,87 @@
+
+
+ {{title}}
+
+
+ {{selText}}
+ 请选择
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pagePrinter/devices.js b/jeepay-ui-uapp-merchant/pagePrinter/devices.js
new file mode 100644
index 0000000..ecfbf55
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/pagePrinter/devices.js
@@ -0,0 +1,44 @@
+export const devices = [
+ {
+ value: 'printer',
+ name: '本地'
+ },
+ {
+ value: 'yxyPrinter',
+ name: '云想印'
+ },
+ {
+ value: 'fePrinter',
+ name: '飞鹅'
+ }
+]
+
+export const models = [
+ {
+ value: 'normal',
+ name: '普通出单'
+ },
+ {
+ value: 'one',
+ name: '一菜一品'
+ },
+ {
+ value: 'category',
+ name: '分类出单'
+ }
+]
+
+export const subTypes = [
+ {
+ value: 'kitchen',
+ name: '出品'
+ },
+ {
+ value: 'cash',
+ name: '小票'
+ },
+ {
+ value: 'label',
+ name: '标签'
+ }
+]
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pagePrinter/index/components/printer-item.vue b/jeepay-ui-uapp-merchant/pagePrinter/index/components/printer-item.vue
new file mode 100644
index 0000000..fc85521
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/pagePrinter/index/components/printer-item.vue
@@ -0,0 +1,106 @@
+
+
+
+
+
+ {{ data.name}}
+ ({{data.address}})
+
+
+
+ 在线,状态正常
+
+
+
+ 离线
+
+
+
+
+
+
+
+
+
+ 设置
+
+
+ {{modelsName(data.config.model)}}
+
+
+
+
+
+ 类型
+
+
+ {{subTypesName(data.subType)}}
+
+
+
+
+
+ 分类
+
+
+ {{devicesName(data.contentType)}}
+
+
+
+ 删除
+ 编辑
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pagePrinter/index/index.vue b/jeepay-ui-uapp-merchant/pagePrinter/index/index.vue
new file mode 100644
index 0000000..3dddeaf
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/pagePrinter/index/index.vue
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+ +
+ 添加云打印机
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-category.svg b/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-category.svg
new file mode 100644
index 0000000..2ebc211
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-category.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-setting.svg b/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-setting.svg
new file mode 100644
index 0000000..335683f
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-setting.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-type.svg b/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-type.svg
new file mode 100644
index 0000000..90ab06b
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-type.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-warning.svg b/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-warning.svg
new file mode 100644
index 0000000..faef0e0
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/pagePrinter/static/icon/icon-warning.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/pageProduct/add-specifications/choose-specifications.vue b/jeepay-ui-uapp-merchant/pageProduct/add-specifications/choose-specifications.vue
index d89a7d7..3e85444 100644
--- a/jeepay-ui-uapp-merchant/pageProduct/add-specifications/choose-specifications.vue
+++ b/jeepay-ui-uapp-merchant/pageProduct/add-specifications/choose-specifications.vue
@@ -21,7 +21,7 @@
-
+ {{item.selectSpecResult}}
diff --git a/jeepay-ui-uapp-merchant/pageTable/index/components/table-item.vue b/jeepay-ui-uapp-merchant/pageTable/index/components/table-item.vue
index 8c9324d..8526c1c 100644
--- a/jeepay-ui-uapp-merchant/pageTable/index/components/table-item.vue
+++ b/jeepay-ui-uapp-merchant/pageTable/index/components/table-item.vue
@@ -3,7 +3,7 @@
{{data.name}}
-
+
diff --git a/jeepay-ui-uapp-merchant/pageTable/index/index.vue b/jeepay-ui-uapp-merchant/pageTable/index/index.vue
index caea731..c013b52 100644
--- a/jeepay-ui-uapp-merchant/pageTable/index/index.vue
+++ b/jeepay-ui-uapp-merchant/pageTable/index/index.vue
@@ -21,7 +21,8 @@
-
+
取消
@@ -54,22 +55,6 @@
0/12
-
@@ -341,6 +326,10 @@
return v.status == status.list[status.active].key
});
})
+ watch(() => times.active, (newval) => {
+ setTimer()
+ })
+
function tableUpdate() {
query.page = 0
@@ -364,7 +353,7 @@
setTimer()
})
onHide(()=>{
-
+ clearInterval(timer)
})
onShow(opt => {
setTimer()
diff --git a/jeepay-ui-uapp-merchant/pageUser/index/index.vue b/jeepay-ui-uapp-merchant/pageUser/index/index.vue
index b3476d5..2c767fb 100644
--- a/jeepay-ui-uapp-merchant/pageUser/index/index.vue
+++ b/jeepay-ui-uapp-merchant/pageUser/index/index.vue
@@ -23,16 +23,16 @@
数据统计
-
-
+
+
会员数
{{pageData.allShopInfo.userTotal}}
-
+
会员余额
{{pageData.allShopInfo.balanceTotal}}
-
+
充值金额
{{pageData.allShopInfo.chageTotal}}
@@ -367,14 +367,31 @@
}
\ No newline at end of file
diff --git a/jeepay-ui-uapp-merchant/static/indexImg/icon-printer.svg b/jeepay-ui-uapp-merchant/static/indexImg/icon-printer.svg
new file mode 100644
index 0000000..0892970
--- /dev/null
+++ b/jeepay-ui-uapp-merchant/static/indexImg/icon-printer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file