|
@@ -74,7 +74,7 @@
|
|
|
<u-number-box v-else @change="updateVinNums" @blur="updateVinNums" v-model="item.qty" :index="item.productSn" :min="0" :max="item.currentInven"></u-number-box>
|
|
|
</view>
|
|
|
<view class="item-detail-text" v-if="item.affiliation=='SUPER_CATALOGUE'||!item.currentInven">
|
|
|
- <text v-if="!item.checked" @click="addPart(item)" class="phtxt">我要临配</text>
|
|
|
+ <text v-if="!item.checked" @click="addPart(item)" class="phtxt">我要急送</text>
|
|
|
<u-number-box v-else @change="updateVinNums" @blur="updateVinNums" v-model="item.qty" :index="item.productSn" :min="0"></u-number-box>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -127,7 +127,7 @@
|
|
|
<u-number-box v-else @change="updateNums" @blur="updateNums" v-model="item.qty" :index="item.productSn" :min="0" :max="item.currentInven"></u-number-box>
|
|
|
</view>
|
|
|
<view class="item-detail-text" v-else>
|
|
|
- <text @click="addPart(item)" v-if="!item.checked" class="phtxt">我要临配</text>
|
|
|
+ <text @click="addPart(item)" v-if="!item.checked" class="phtxt">我要急送</text>
|
|
|
<u-number-box v-else @change="updateNums" @blur="updateNums" v-model="item.qty" :index="item.productSn" :min="0"></u-number-box>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -177,7 +177,7 @@
|
|
|
</view>
|
|
|
<view class="item-info uni-col-10">
|
|
|
<view class="item-name">
|
|
|
- <text class="item-tempPart" v-if="!item.currentInven">临配</text>
|
|
|
+ <text class="item-tempPart" v-if="!item.currentInven">急送</text>
|
|
|
<text>{{item.name}}</text>
|
|
|
</view>
|
|
|
<view class="item-detail">
|