Commit 884223e2 by qinjianhui

fix: 问题修改

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