Commit 8a171a1c by wuqian

客户单号改为交运单号

parent d2d8c76c
......@@ -22,7 +22,7 @@
placeholder=""
>
<el-option label="跟踪号" value="trackingNumber"></el-option>
<el-option label="客户单号" value="shopNumber"></el-option>
<el-option label="交运单号" value="shopNumber"></el-option>
</el-select>
<input
ref="weighInput"
......@@ -33,7 +33,7 @@
weight.weightInput
? selectType === 'trackingNumber'
? '请输入跟踪号'
: '请输入客户单号'
: '请输入交运单号'
: '请输入重量'
"
@keyup.enter="weightChange"
......
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 to comment