#
zjj
2024-05-30 19d3b7e685ae91921aff312b50cabf137cde28bf
#
2个文件已修改
13 ■■■■■ 已修改文件
pages/order/orderComb.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/css/wms.css/wms.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderComb.vue
@@ -52,14 +52,14 @@
                            <uni-tag :text="item.batch" type="warning"></uni-tag>
                        </view>
                    </view>
                    <view class="list-left-item">
                    <!-- <view class="list-left-item">
                        <view class="desc">重量:</view>
                        <view class="left-item">
                            <uni-tag :text="item.weight" type="warning"></uni-tag>
                        </view>
                    </view>
                    </view> -->
                    <view class="list-left-item">
                        <view class="desc">数量:</view>
                        <view class="desc">剩余数量:</view>
                        <view class="left-item">{{item.anfme}}</view>
                    </view>
                </view>
@@ -220,6 +220,9 @@
                let that = this
                uni.request({
                    url: this.baseUrl + '/order/list/all',
                    header: {
                        'token': uni.getStorageSync('token')
                    },
                    method: 'POST',
                    success(res) {
                        res = res.data
@@ -386,6 +389,7 @@
                uni.request({
                    url: that.baseUrl + '/mobile/comb/auth',
                    data: JSON.stringify({
                        orderNo: that.orderNo,
                        barcode: that.barcode,
                        combMats: that.dataList
                    }),
@@ -478,6 +482,7 @@
            resst() {
                this.dataList = []
                this.barcode = ''
                this.orderNo = ''
                this.barcodeFocuss()
            },
            combClose() {
static/css/wms.css/wms.css
@@ -27,7 +27,7 @@
    min-height: 40rpx;
    display: flex;
    align-items: center;
    width: 25%;
    width: 40%;
}
.left-item {
    display: flex;