Commit 884223e2 by qinjianhui

fix: 问题修改

parent 2a5c5ee4
......@@ -22,11 +22,15 @@
placeholder=""
>
<el-option label="跟踪号" value="trackingNumber"></el-option>
<el-option label="客户单号" value="shopNumber"></el-option>
<el-option
v-if="!isNewOrder"
label="交运单号"
value="shopNumber"
></el-option>
<el-option
v-if="isNewOrder"
label="客户交运单号"
value="customerNo"
value="shopNumber"
></el-option>
</el-select>
<input
......@@ -38,7 +42,7 @@
weight.weightInput
? selectType === 'trackingNumber'
? '请输入跟踪号'
: '请输入交运单号'
: isNewOrder ? '请输入客户交运单号' : '请输入交运单号'
: '请输入重量'
"
@keyup.enter="weightChange"
......
......@@ -108,7 +108,7 @@
item?.productMark === 'normal'
"
class="product-mark-badge"
:title="`类型:${setProductMark(item?.productMark)}`"
:title="`类型:${setProductMark(item?.productMark)}`"
>
{{ setProductMark(item?.productMark) }}
</div>
......
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