diff --git a/pages.json b/pages.json
index 26a1a6b..ce738bb 100644
--- a/pages.json
+++ b/pages.json
@@ -417,20 +417,6 @@
"navigationBarTitleText" : ""
}
},
- {
- "path" : "pages/supplierindex/material",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/supplierindex/mtdetails",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
{
"path" : "pages/oldmanindex/paybill",
"style" :
diff --git a/pages/supplierindex/material.vue b/pages/supplierindex/material.vue
deleted file mode 100644
index 9d9687a..0000000
--- a/pages/supplierindex/material.vue
+++ /dev/null
@@ -1,302 +0,0 @@
-
-
-
-
-
- 物料信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{v.materialName}}
-
- 编辑
-
-
-
- 品牌型号
- 规格型号
- 生产厂家
-
-
-
- {{v.brandType}}
- {{v.specificationModel}}
- {{v.manufacturer}}
-
-
-
- 销售单位
- 销售单价
-
-
- {{v.salesUnit}}
- ¥{{v.salesUnitPrice}}
-
-
-
-
-
-
-
-
- 暂无物料信息
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/supplierindex/mtdetails.vue b/pages/supplierindex/mtdetails.vue
deleted file mode 100644
index 41bbf49..0000000
--- a/pages/supplierindex/mtdetails.vue
+++ /dev/null
@@ -1,237 +0,0 @@
-
-
-
-
-
- 物料编辑
-
-
-
-
-
- 货品名称
- {{obj.materialName}}
-
-
- 规格型号
- {{obj.specificationModel}}
-
-
- 生产厂家
- {{obj.manufacturer}}
-
-
-
- 品牌型号
- {{obj.brandType}}
-
-
- 销售单价
-
-
-
-
- 销售单位
-
-
-
-
-
- 确定
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/supplierindex/orgList.vue b/pages/supplierindex/orgList.vue
index 842cd09..431c0e2 100644
--- a/pages/supplierindex/orgList.vue
+++ b/pages/supplierindex/orgList.vue
@@ -1,13 +1,14 @@
-
+
- 机构列表
+
+
@@ -15,11 +16,11 @@
负责人
- 联系电话
+ {{v.orgLeader}}
- {{v.orgLeader}}
- {{v.orgLeaderPhone}}
+ 联系电话
+ {{v.orgLeaderPhone}}
@@ -136,14 +137,16 @@
border: 2px dashed #0083FA !important;
}
.box{
- width: 700rpx;
- min-height: 108rpx;
- padding: 20rpx 35rpx;
+ width: 703rpx;
+ min-height: 230rpx;
+ padding: 45rpx 35rpx;
background: #fff;
border-radius: 25rpx;
overflow: hidden;
margin: 24rpx auto ;
border: 2px solid #fff;
+ position: relative;
+ z-index: 30;
.xian{
width: 100%;
height: 1px;
@@ -153,7 +156,6 @@
.cont{
width: 100%;
display: flex;
- justify-content: space-between;
align-items: center;
.bianj{
width: 120rpx;
@@ -173,13 +175,13 @@
}
.hui{
font-size: 26rpx;
- color: #646464;
+ color: #979DA6;
}
}
.tit{
- font-size: 36rpx;
- color: #222222;
- font-weight: 700;
+ font-size: 32rpx;
+ color: #63686F;
+ font-weight: bold;
}
}
.scr{
@@ -229,46 +231,45 @@
color: #999999;
}
- .title-back {
- background-color: #F7F7F7;
- width: 100%;
- height: 70rpx;
- display: flex;
- justify-content: space-between;
- align-items: flex-end;
- padding-bottom: 20rpx;
- border-bottom: 1rpx solid #cbd1d2;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9999;
- }
-
- .left-father {
- display: flex;
- align-items: center;
- z-index: 1;
-
- .back-img {
- width: 45rpx;
- height: 40rpx;
- margin-left: 40rpx;
- margin-right: 15rpx;
+ .bacimg {
+ width: 100%;
+ height: 780rpx;
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: 0;
}
- }
- .none {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
+
+ .title-back {
+ background: rgba(255, 255, 255, 0);
+ width: 100%;
+ height: 70rpx;
display: flex;
- align-items: center;
- flex-direction: column;
- color: #999;
+ justify-content: space-between;
+ align-items: flex-end;
+ padding-bottom: 20rpx;
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: 9999;
}
-
-
\ No newline at end of file
+
+ .left-father {
+ width: 150rpx;
+ height: 100%;
+ display: flex;
+ align-items: flex-end;
+
+ .back-img {
+ width: 45rpx;
+ height: 40rpx;
+ margin-left: 40rpx;
+ margin-right: 15rpx;
+ }
+ }
+
+
\ No newline at end of file
diff --git a/request/index.js b/request/index.js
index ca39ebb..1564caa 100644
--- a/request/index.js
+++ b/request/index.js
@@ -1,6 +1,6 @@
// 全局请求封装
-export const base_url = 'http://192.168.2.18:8081/opeapi/'
-// export const base_url = 'https://www.focusnu.com/opeapi'
+// export const base_url = 'http://192.168.2.18:8081/opeapi/'
+export const base_url = 'https://www.focusnu.com/opeapi'
export const media_base_url = 'https://www.focusnu.com/media/'
// export const base_url = 'http://192.168.2.24:8081/opeapi'