diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 582561b..9b0d791 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -1,16 +1,20 @@
-{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
- // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
- "version": "0.0",
- "configurations": [{
- "app-plus" :
- {
- "launchtype" : "local"
- },
- "default" :
- {
- "launchtype" : "local"
- },
- "type" : "uniCloud"
- }
+{
+ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
+ // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
+ "version" : "0.0",
+ "configurations" : [
+ {
+ "app-plus" : {
+ "launchtype" : "local"
+ },
+ "default" : {
+ "launchtype" : "local"
+ },
+ "type" : "uniCloud"
+ },
+ {
+ "playground" : "standard",
+ "type" : "uni-app:app-android"
+ }
]
}
diff --git a/App.vue b/App.vue
index 338d556..16f6ccc 100644
--- a/App.vue
+++ b/App.vue
@@ -28,4 +28,7 @@
* {
box-sizing: border-box;
}
+ .image-view-img{
+ background: white;
+ }
diff --git a/components/orderCard.vue b/components/orderCard.vue
index bd1cdae..4de631d 100644
--- a/components/orderCard.vue
+++ b/components/orderCard.vue
@@ -42,10 +42,15 @@
-
+
+
diff --git a/pages-repair/apply/newWare.vue b/pages-repair/apply/newWare.vue
index fa5a212..f15caab 100644
--- a/pages-repair/apply/newWare.vue
+++ b/pages-repair/apply/newWare.vue
@@ -58,7 +58,7 @@
-
+
{{ item.corpName }}
@@ -153,6 +153,9 @@ export default {
},
methods: {
+ cs(e){
+ this.checkedCorpIdList =e.detail.value
+ },
/**
* 初始化配件数据
*/
@@ -290,10 +293,14 @@ export default {
return
}
//组装可用的子公司
+
+ console.log(this.allCompanyList,"this.checkedCorpIdList")
+ debugger
if(this.checkedCorpIdList.length>0){
this.formData.corpId = this.checkedCorpIdList.join()
}
//组装所属分类
+ this.formData.status = "01"
this.formData.type = this.allTypeList[this.typeIndex].id
this.formData.unit = this.allUnitList[this.unitIndex].value
this.formData.dataForm = this.allFromList[this.fromIndex].value
diff --git a/pages-repair/signature/signature.vue b/pages-repair/signature/signature.vue
index 408f782..091c68d 100644
--- a/pages-repair/signature/signature.vue
+++ b/pages-repair/signature/signature.vue
@@ -1,10 +1,10 @@
-
+
-
-
-
+
+ 确定维修项目无误后请客户签字确认
+
-
+
diff --git a/pages-warehouse/inOutWarehouse/inOutWarehouse.vue b/pages-warehouse/inOutWarehouse/inOutWarehouse.vue
index 1626ebb..12b526f 100644
--- a/pages-warehouse/inOutWarehouse/inOutWarehouse.vue
+++ b/pages-warehouse/inOutWarehouse/inOutWarehouse.vue
@@ -38,7 +38,7 @@
diff --git a/pages-warehouse/inOutWarehouse/part.vue b/pages-warehouse/inOutWarehouse/part.vue
index 6045acc..fdf2b73 100644
--- a/pages-warehouse/inOutWarehouse/part.vue
+++ b/pages-warehouse/inOutWarehouse/part.vue
@@ -5,7 +5,7 @@
供应商
-
+
查询
@@ -17,11 +17,11 @@
- 单价
+ 单价
- 数量
+ 数量
@@ -325,6 +325,7 @@ export default {
.formLabel {
font-size: 32rpx;
color: #333333;
+ width: 50px;
}
.formValue {
diff --git a/pages.json b/pages.json
index 63bf437..0047a91 100644
--- a/pages.json
+++ b/pages.json
@@ -67,8 +67,7 @@
{
"path": "pages/project/project",
"style": {
- "navigationBarTitleText": "新增维修项目",
- "enablePullDownRefresh": true
+ "navigationBarTitleText": "新增维修项目"
}
}
],
@@ -94,29 +93,25 @@
{
"path": "choosePeople/choosePeople",
"style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
+ "navigationBarTitleText": ""
}
},
{
"path": "chooseImg/chooseImg",
"style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
+ "navigationBarTitleText": ""
}
},
{
"path": "reviewList/reviewList",
"style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
+ "navigationBarTitleText": ""
}
},
{
"path": "inWare/inWare",
"style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
+ "navigationBarTitleText": ""
}
}
]
@@ -204,8 +199,7 @@
{
"path": "signature/signature",
"style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
+ "navigationBarTitleText": ""
}
}
]
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 08b7164..6c9c70c 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -10,10 +10,21 @@
export default {
data() {
return {
-
+ keepLive: {
+ channelId: 'Ba-KeepAlive',
+ channelName: "Ba-KeepAlive",
+ title: "汽修小助手正在运行",
+ content: "汽修小助手正在运行",
+ dataResult: "",
+ type: undefined
+ }
}
},
onLoad() {
+ // #ifdef APP
+ //保活技术
+ this.register()
+ // #endif
if(getToken()){
//跳转首页
//判断是否是仓管,仓管需要跳单独的首页
@@ -32,10 +43,21 @@
uni.navigateTo({
url: '/pages/login/login'
})
- }
+ }
},
methods: {
-
+ register() { //注册
+ console.log(keepAlivePlugin, 'keepAlive');
+ keepAlivePlugin.register({
+ channelId: this.keepLive.channelId,
+ channelName: this.keepLive.channelName,
+ title: this.keepLive.title,
+ content: this.keepLive.content,
+ },
+ (res) => {
+ console.log('保活注册', res);
+ });
+ },
}
}
diff --git a/pages/myCar/carDetail.vue b/pages/myCar/carDetail.vue
index 3c06531..18883d9 100644
--- a/pages/myCar/carDetail.vue
+++ b/pages/myCar/carDetail.vue
@@ -5,7 +5,14 @@
-
+
-
-
-
+
+
+
+ {{ brandList && brandList[arrayIndex] ? brandList[arrayIndex].brandName : '' }}
+
+
+
+ {{ natureList[natureIndex].value}}
+
+
@@ -91,24 +96,6 @@
-
-
-
-
-
-
@@ -131,8 +118,10 @@