diff --git a/App.vue b/App.vue
index c02357a..a26b517 100644
--- a/App.vue
+++ b/App.vue
@@ -1,18 +1,8 @@
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index c9602cf..6f5f95a 100644
--- a/pages.json
+++ b/pages.json
@@ -81,6 +81,20 @@
}
}
},
+ {
+ "path": "pages/submission/materialSelect",
+ "style": {
+ "navigationBarTitleText": "物料选择",
+ "enablePullDownRefresh": false,
+ "navigationBarTextStyle": "black",
+ "navigationBarBackgroundColor": "rgba(248,248,248,1)",
+ "app-plus": {
+ "titleNView": {
+
+ }
+ }
+ }
+ },
{
"path": "pages/submission/evaluate",
"style": {
diff --git a/pages/register/index.vue b/pages/register/index.vue
index bb61af6..5f7887c 100644
--- a/pages/register/index.vue
+++ b/pages/register/index.vue
@@ -41,7 +41,7 @@
注册
-
+
diff --git a/pages/submission/materialSelect.vue b/pages/submission/materialSelect.vue
new file mode 100644
index 0000000..3db47c7
--- /dev/null
+++ b/pages/submission/materialSelect.vue
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+ 确定
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/submission/recordsdetails.vue b/pages/submission/recordsdetails.vue
index bf0264f..32e398b 100644
--- a/pages/submission/recordsdetails.vue
+++ b/pages/submission/recordsdetails.vue
@@ -1,9 +1,9 @@
-
+
- {{detailForm.status == 0 ? '待接单' : '维修完成'}}
+ {{ detailForm.status == 0 ? '待接单' : '维修完成' }}
查看更多
@@ -11,7 +11,7 @@
- {{detailForm.status == 0 ? '【待接单】当前工单等待接单中' : '【维修完成】维修完成,请尽快完成评价'}}
+ {{ detailForm.status == 0 ? '【待接单】当前工单等待接单中' : '【维修完成】维修完成,请尽快完成评价' }}
@@ -21,26 +21,26 @@
故障详情
故障描述:
- {{detailForm.faultDescribe}}
+ {{ detailForm.faultDescribe }}
故障位置:
- {{detailForm.faultLocation}}
+ {{ detailForm.faultLocation }}
设备名称:
- {{detailForm.deviceName}}
+ {{ detailForm.deviceName }}
故障类别:
- {{detailForm.faultType}}
+ {{ detailForm.faultType }}
故障视频:
-
-
+
@@ -48,7 +48,7 @@
故障描述故障描述故障描述故障描述故障描述故障描述故障描述故障描述故障描述故障描述故障描述故障描述
-
+
维修详情
维修人:
@@ -74,25 +74,25 @@
金额
- {{item.goodsName}}
- {{item.goodsPrice}}
+ {{ item.goodsName }}
+ {{ item.goodsPrice }}
合计
- {{totalPrice}}
+ {{ totalPrice }}
折扣
- {{discount}}折
+ {{ discount }}折
折后价格
- {{discountPrice}}
+ {{ discountPrice }}
-
+
其他信息
提报人:
@@ -115,8 +115,50 @@
2024-10-12 08:45
+
+
+
+ 处理情况
+
+ 接单时间:
+ 2024/8/20 9:25:30
+
+
+
+ 维修详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+ 提交
+
-
+
评价
@@ -124,239 +166,295 @@
\ No newline at end of file
diff --git a/store/index.js b/store/index.js
index 75d98cc..0ab902c 100644
--- a/store/index.js
+++ b/store/index.js
@@ -19,6 +19,7 @@ const store = new Vuex.Store({
维修负责人 1839537055389515777
维修人员 1839552581620793346
*/
+ // console.log(66666666666,role_id)
if(role_id == "1123598816738675201"||role_id == "1846419477876510721"){
commit('updateDatatype', 1) //客户
}