Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
ruitu-fahuoyi-exension
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖健文
ruitu-fahuoyi-exension
Commits
f55cae9a
Commit
f55cae9a
authored
Nov 18, 2022
by
liuyanfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加约单
parent
5cec7645
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
manifest.json
manifest.json
+1
-1
bookingApp.ts
src/content/bookingApp.ts
+1
-1
No files found.
manifest.json
View file @
f55cae9a
{
"name"
:
"菜芽-自动约单"
,
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
6
"
,
"description"
:
"辅助手机壳厂家打印发货易的快递单"
,
"manifest_version"
:
2
,
...
...
src/content/bookingApp.ts
View file @
f55cae9a
...
...
@@ -120,6 +120,7 @@ async function booking(wayCompanyId: string, orderNo: string,fhy_type:Number) {
//取消打印
await
delayDate
(
1000
);
domEle
.
btnDialogCancel
.
click
();
result
.
data
=
printError
return
result
;
}
...
...
@@ -193,7 +194,6 @@ async function waitPrintResult() {
}
if
(
domEle
.
printErrorModal
()
&&
domEle
.
printErrorModal
().
innerText
==
' 获取电子面单失败,从9月1日起淘宝平台开启付费解密虚拟号方案(查看详情),因此不支持非菜鸟电子面单打印,请尽量使用菜鸟电子面单打印,如需付费解密虚拟号打印非菜鸟电子面单请联系发货易客服咨询'
){
result
.
msg
=
"获取电子面单失败"
;
domEle
.
printErrorConfirm
().
click
();
return
result
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment