| | |
| | | <view class="item-one item-two" @click="openPN()"> |
| | | <text>{{ registerInfo.value6 == '' ? "点击输入" : registerInfo.value6 }}</text> |
| | | </view> |
| | | <u-icon name="arrow-right" color="#687792" size="28" v-show="registerInfo.value6 == ''"></u-icon> |
| | | <u-icon name="arrow-right" color="#687792" size="28" |
| | | v-show="registerInfo.value6 == ''"></u-icon> |
| | | </view> |
| | | </view> |
| | | <view class="packing-registration-param-item param-extra"> |
| | |
| | | <text class="item-one">批次号</text> |
| | | </view> |
| | | <view class="packing-registration-param-item-right" @click="openBatch()"> |
| | | <text class="item-one item-two">{{ registerInfo.value3 == '' ? "点击输入" : registerInfo.value3 }}</text> |
| | | <u-icon name="arrow-right" color="#687792" size="28" v-show="registerInfo.value3 == ''"></u-icon> |
| | | <text |
| | | class="item-one item-two">{{ registerInfo.value3 == '' ? "点击输入" : registerInfo.value3 }}</text> |
| | | <u-icon name="arrow-right" color="#687792" size="28" |
| | | v-show="registerInfo.value3 == ''"></u-icon> |
| | | </view> |
| | | </view> |
| | | <view class="packing-registration-param-item param-extra"> |
| | |
| | | <view class="item-one item-two"> |
| | | <text>{{ registerInfo.value4 == '' ? "点击输入" : registerInfo.value4 }}</text> |
| | | </view> |
| | | <u-icon name="arrow-right" color="#687792" size="28" v-show="registerInfo.value4 == ''"></u-icon> |
| | | <u-icon name="arrow-right" color="#687792" size="28" |
| | | v-show="registerInfo.value4 == ''"></u-icon> |
| | | </view> |
| | | </view> |
| | | <view class="packing-registration-param-item param-extra"> |
| | |
| | | <view class="item-one item-two"> |
| | | <text>{{ registerInfo.value5 == '' ? "点击输入" : registerInfo.value5 }}</text> |
| | | </view> |
| | | <u-icon name="arrow-right" color="#687792" size="28" v-show="registerInfo.value4 == ''"></u-icon> |
| | | <u-icon name="arrow-right" color="#687792" size="28" |
| | | v-show="registerInfo.value4 == ''"></u-icon> |
| | | </view> |
| | | </view> |
| | | <view class="packing-registration-param-item param-extra"> |
| | |
| | | </modalBg> |
| | | <!-- 盘点数量 --> |
| | | <modalBg ref="openPhysicalInventory" :confirm="confirmPhysicalInventory"> |
| | | <u-field v-model="registerInfo.value5" label="盘点数量:" label-width="140" placeholder="请输入" :border-bottom="false"> |
| | | <u-field v-model="registerInfo.value5" label="盘点数量:" label-width="140" placeholder="请输入" |
| | | :border-bottom="false"> |
| | | </u-field> |
| | | </modalBg> |
| | | </view> |