Commit edf69054 by LJM

三方送检

parent 26d0aa0e
...@@ -231,14 +231,14 @@ ...@@ -231,14 +231,14 @@
} }
} }
.btn2 { .btn2 {
width: 300rpx; width: 248rpx;
height: 75rpx; height: 75rpx;
background: #02a7f0; background: #ffffff;
font-size: 23rpx; font-size: 23rpx;
color: #ffffff; color: #ff3700;
} }
.btn3 { .btn3 {
width: calc(100% - 428rpx); width: calc(100% - 248rpx);
height: 75rpx; height: 75rpx;
background: #1969f9; background: #1969f9;
font-size: 23rpx; font-size: 23rpx;
......
...@@ -450,6 +450,11 @@ ...@@ -450,6 +450,11 @@
"style": { "style": {
"navigationBarTitleText": "出库发货" "navigationBarTitleText": "出库发货"
} }
}, {
"path": "pages/preCheck/thirdPartyInspectionStatus",
"style": {
"navigationBarTitleText": "三方送检"
}
}], }],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
......
...@@ -104,6 +104,12 @@ ...@@ -104,6 +104,12 @@
</view> </view>
<text class="text">预检单</text> <text class="text">预检单</text>
</navigator> </navigator>
<navigator class="box-li column rowCenter verCenter" url="/pages/preCheck/thirdPartyInspectionStatus" hover-class="none">
<view class="box row rowCenter verCenter">
<image src="/static/home/@2x(5).png"></image>
</view>
<text class="text">三方送检</text>
</navigator>
</view> </view>
</view> </view>
</template> </template>
......
...@@ -368,6 +368,14 @@ const API = { ...@@ -368,6 +368,14 @@ const API = {
* */ * */
getStockPreCheckList: API_BASE + '/api/stockIn/stockPreCheck/getStockPreCheckList', getStockPreCheckList: API_BASE + '/api/stockIn/stockPreCheck/getStockPreCheckList',
/** /**
* 三方质检列表
* */
inspectionOrderList: API_BASE + '/api/inspectionOrder/inspectionOrderList',
/**
* 取消收货
* */
canelShipping: API_BASE + '/api/inspectionOrder/canelShipping',
/**
* 获取分货登记列表 * 获取分货登记列表
* */ * */
separateStockInRegisterList: API_BASE + '/api/stockIn/stockInRegister/separateStockInRegisterList', separateStockInRegisterList: API_BASE + '/api/stockIn/stockInRegister/separateStockInRegisterList',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment