uu
This commit is contained in:
parent
f144549e0b
commit
2ad0ea51bd
@ -64,9 +64,9 @@ export const createSocketMessage = ({ userInfo })=> {
|
||||
});
|
||||
}
|
||||
|
||||
// #ifdef APP-PLUS
|
||||
// 监听plusready事件
|
||||
|
||||
export const pushAddEventListenerInit = ()=> {
|
||||
// #ifdef APP-PLUS
|
||||
// 监听 消息栏的点击事件
|
||||
plus.push.addEventListener('click', function(msg = {}){
|
||||
// 分析msg.payload处理业务逻辑
|
||||
@ -86,8 +86,9 @@ export const pushAddEventListenerInit = ()=> {
|
||||
// }
|
||||
console.log("notice msg-- clickPath ", msg?.payload?.clickPath)
|
||||
}, false );
|
||||
// #endif
|
||||
}
|
||||
// #endif
|
||||
|
||||
|
||||
export const createSysMessage = (opt = {})=> {
|
||||
showToast(`${opt.title} ${opt.content}`)
|
||||
|
||||
@ -130,7 +130,7 @@
|
||||
</view>
|
||||
<view class="dt-item font-28">
|
||||
<view>
|
||||
<text class="pr-20 clr-sub">同行快:</text>
|
||||
<text class="pr-20 clr-sub">同行快递:</text>
|
||||
<text class="">{{item.prepareInExpress}}</text>
|
||||
</view>
|
||||
<view>
|
||||
@ -167,7 +167,7 @@
|
||||
</u-row>
|
||||
</view>
|
||||
</view>
|
||||
<u-row justify="end">
|
||||
<!-- <u-row justify="end">
|
||||
<view style="display: inline-block;white-space: nowrap;" class="mt-10 pb-30">
|
||||
<u-row>
|
||||
<u-button v-if="item.confirmStatus!=1" @click="handleDialogClick(feedModal)" shape="circle" :plain="true"
|
||||
@ -180,7 +180,7 @@
|
||||
|
||||
</u-row>
|
||||
</view>
|
||||
</u-row>
|
||||
</u-row> -->
|
||||
|
||||
</view>
|
||||
</template>
|
||||
@ -292,13 +292,10 @@
|
||||
let sres = await saveNetFile(res)
|
||||
},
|
||||
async confirmJinCang(inNo) {
|
||||
let confirmStatus = '2' // 部分入仓
|
||||
if(!inNo) {
|
||||
confirmStatus = '1' // 全部入仓
|
||||
inNo = this.billInfo.inNo
|
||||
}
|
||||
let res = await apiService.cusConfirmWsIn({ inNo, confirmStatus, _loading: true })
|
||||
this.initData()
|
||||
this.goto(`deliveryDeal/storage?inNo=${inNo}`)
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
@ -82,7 +82,7 @@
|
||||
<u-col span="4" justify="center" align="center"
|
||||
custom-style="text-align: center;">
|
||||
<image style="width: 70rpx;height: 14rpx;"
|
||||
:src="getCdnUrl('search/toline.png')">
|
||||
:src="getCdnUrl('post/toline.png')">
|
||||
</image>
|
||||
</u-col>
|
||||
<u-col span="4">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user