qq_41295110
2025-07-15 ba04983aaf5cbb0d57c4ec3530ee1663f0f83115
生产领料更新
3个文件已修改
938 ■■■■ 已修改文件
pages/shengchanlingliao/form.vue 161 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanlingliao/table.vue 51 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanruku/form.vue 726 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanlingliao/form.vue
@@ -1,14 +1,14 @@
<template>
    <view>
        <view class="form">
            <view class="form-item">
<!--             <view class="form-item">
                <view class="title">条码:</view>
                <view class="right" style="width: 380rpx;">
                    <input v-model="hform.HBarCode" placeholder="请扫描(或输入)条码" @confirm="getCode(hform.HBarCode)"/>
                </view>
                <uni-icons type="scan" style="margin-left: 10rpx;background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;" size="20" @click="toScanCode"></uni-icons>
            </view>
            <view class="form-item">
            </view> -->
<!--             <view class="form-item">
                <view class="title">数量:</view>
                <view class="right">
                    <input v-model="hform.HQty" placeholder="请输入数量"/>
@@ -26,7 +26,7 @@
                    <uni-combox :candidates="arrayHStockPlaceName" placeholder="请输入(或扫描)仓位" v-model="hform.HStockPlaceName" @input="HStockPlaceNameChange"></uni-combox>
                </view>
                <view class="righton" v-show="!showHStockPlaceName"><input v-model="hform.HStockPlaceName" placeholder="不可操作"/></view>
            </view>
            </view> -->
            
            <view class="tabs">
                <!-- <view :class="tabs == 0 ? 'on':''" @tap="tabs = 0">选择源单</view> -->
@@ -36,7 +36,14 @@
            </view>
            
            <view v-if="tabs == 1">
                <view class="form-item">
                <view class="form-item" v-show="showHBillNo">
                    <view class="title">单据号:</view>
                    <view class="right" style="width: 380rpx;">
                        <input name="HBillNo" v-model="hform.HBillNo" placeholder="请扫描(或输入)条码" @confirm="GetMeesageByBillNo(hform.HBarCode)"/>
                    </view>
                    <uni-icons type="scan" style="margin-left: 10rpx;background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;" size="20" @click="toScanCode"></uni-icons>
                </view>
                <view class="form-item" v-show="!showHBillNo">
                    <view class="title">单据号:</view>
                    <view class="righton">
                        <input name="HBillNo" disabled v-model="hform.HBillNo" />
@@ -63,22 +70,16 @@
            </view>
            <view v-if="tabs == 2">
                <view class="list" v-for="(item,index) in Materlist" :key="index">
                    <uni-card :title="item.物料名称" :extra="item.物料代码" style="margin: 10px;" @tap="delMater(item)">
                    <uni-card :title="item.物料名称" :extra="'数量:'+item.数量" style="margin: 10px;">
                        <view class="card-detail">
                            <view class="detail">
                                <text>源单单号:</text>{{item.源单单号}}
                            </view>
                            <view class="detail">
                                <text>源单数量:</text>{{item.源单数量}}
                            </view>
                            <view class="detail">
                                <text>数量:</text>{{item.数量}}
                            </view>
                            <view class="detail">
                                <text>条码个数:</text>{{item.条码个数}}
                                <text>物料代码:</text>{{item.物料代码}}
                            </view>
                            <view class="detail" v-if="item.规格型号">
                                <text>规格型号:</text>{{item.规格型号}}
                            </view>
                            <view class="detail">
                                <text>批次:</text>{{item.批次}}
                            </view>
                            <view class="detail" v-if="item.辅助属性">
                                <text>辅助属性:</text>{{item.辅助属性}}
@@ -164,9 +165,8 @@
                HModName:'Kf_MateOutBill_Check_PDA',
                ModRightName:'CE_MateOutCheck',
                OperationType: 1,
                HInterID_Temp:'',
                
                showHStockPlaceName:true,
                showHBillNo:true,
                tabs:1,
                linterid:'',
                HBillNo:'',
@@ -195,6 +195,8 @@
                    HStockOrgName:uni.getStorageSync('Organization'),
                    HStockOrgID:uni.getStorageSync('OrganizationID'),
                    HSourceBarCodeCtl:"N", //是否进行源单对应条码核对('Y'为核对)
                    chkHBarflag:1,
                    HBarflag:'Y',
                    HBarCode_B:'',
                    HMaterName_B:'',
@@ -211,14 +213,13 @@
        onLoad(e) {
            console.log(e,this.userInfo)
            this.OperationType = e.OperationType
            if(e.HInterID){
                this.HInterID_Temp = e.HInterID
            if(e.HBillNo){
                this.hform.HBillNo = e.HBillNo
                this.GetMeesageByBillNo()
                this.GetMeesageByBillNo(e.HBillNo)
            }else{
                // this.getNewData()
            }
            this.getHBaseList()
            // this.getHBaseList()
        },
        methods: {
            //扫码
@@ -227,89 +228,36 @@
                    onlyFromCamera: true,
                    success: (res) => {
                        console.log('条码内容:' + res.result);
                        if(this.hform.HBarCode == '*'){
                            this.hform.HBarCode = this.hform.HBarCode + res.result
                        }else{
                            this.hform.HBarCode = res.result
                        }
                        this.getCode(this.hform.HBarCode)
                        // if(this.hform.HBarCode == '*'){
                        //     this.hform.HBarCode = this.hform.HBarCode + res.result
                        // }else{
                        //     this.hform.HBarCode = res.result
                        // }
                        this.hform.HBarCode = res.result
                        this.GetMeesageByBillNo(this.hform.HBarCode)
                    }
                });
            },
            //扫描单据号条码
            GetMeesageByBillNo(){
            GetMeesageByBillNo(e){
                uni.request({
                    url: this.serverUrl + '/WEBSController/get_BillBarCode_BillCheck_Json', 
                    data: {HBillNo:this.hform.HBillNo,HBillType:this.hform.HBillType,HMaker:this.hform.HMaker,HStockOrgID:uni.getStorageSync('Organization')},
                    data: {HBillNo:this.hform.HBillNo,HBillType:this.hform.HBillType,HMaker:this.hform.HMaker,HStockOrgID:this.hform.HStockOrgID},
                    success: (res) => {
                        if(res.data.count == 1){
                            var data = res.data.data
                            console.log(data)
                            $('#HInterID').val(result.data.hInterIDField)
                            $('#HBillNo').val(result.data.hBillNoField)
                            $("#HBillNo").attr("disabled", "disabled");
                            $('#HBillNo-BT').addClass("layui-btn-disabled").attr("disabled", true);//按钮禁用
                            $('#cmdHBillNo').addClass("layui-btn-disabled").attr("disabled", true);//按钮禁用
                            HInterID = $('#HInterID').val()
                            this.hform.HInterID = data.hInterIDField
                            this.hform.HBillNo = data.hBillNoField
                            this.showHBillNo = false
                            //条码核对标记
                            if (result.data.hSourceBarCodeFlagField) {
                                $("input[name='chkHBarflag'][value='" + result.data.hSourceBarCodeFlagField + "']").attr("checked", true);
                                form.val("component-form-group", { //formTest 即 class="layui-form" 所在元素属性 lay-filter="" 对应的值
                                    "HBarflag": result.data
                                });
                                HSourceBarCodeCtl = "Y"
                            if (data.hSourceBarCodeFlagField) {
                                this.hform.HSourceBarCodeCtl = "Y"
                                this.hform.chkHBarflag = true
                                this.hform.HBarflag = data
                            }
                            element.tabChange('tab-Kf_MateOutBill_Check_PDA', '2');
                            $("#HBarCode").select();
                            $("#HBarCode").focus();
                            //显示表体明细
                            DisBillEntryList();
                            //已存在扫码记录且单据发生变更后两边数据不一致时,清空原扫码数据
                            if (result.data.hBackField == '2') {
                                playSound();
                                layer.confirm(result.data.hRemarkField, {
                                    icon: 1, skin: 'layui-layer-lan', title: "温馨提示", closeBtn: 0, btn: ['清空', '关闭'],
                                    btn2: function () {
                                    }//关闭
                                }
                                , function () {
                                    $.ajax({
                                        type: "GET",
                                        url: GetWEBURL() + "/WEBSController/get_ClearBarCode_BillCheck_Json",
                                        async: false,    //async用于控制(false)同步和(true)异步,默认的是true,即请求默认的是异步请求
                                        data: { "HInterID": HInterID, "HBillType": HBillType, "HMaker": HMaker, "HStockOrgID": HStockOrgID },
                                        success: function (result) {
                                            if (result.count == 1) {
                                                var data = result.data[0];
                                                $('#HInterID').val(data.HInterID)
                                                $('#HBillNo').val(data.HBillNo)
                                                HInterID = $('#HInterID').val()
                                                layer.closeAll();
                                                //显示表体明细
                                                DisBillEntryList();
                                            }
                                            else {
                                                playSound();
                                                layer.msg(result.Message, {
                                                    icon: 5, time: 100000, offset: 'auto', skin: 'layui-layer-lan', title: "温馨提示", btn: ['确认']
                                                }, function () {
                                                    element.tabChange('tab-Kf_MateOutBill_Check_PDA', '1');
                                                    $("#HBillNo").select();
                                                    $("#HBillNo").focus();
                                                });
                                            }
                                        },
                                        complete: function (XHR, TS) { XHR = null },//回收资源
                                        error: function (err) {
                                            layer.msg("错误:" + err, { icon: 5, btn: ['确认'], time: 100000, offset: 'auto', skin: 'layui-layer-lan', title: "温馨提示" });
                                        }
                                    });
                                });//清空
                            }
                            this.DisBillEntryList()
                            this.tabs = 2
                            this.DisBillEntryList();
                        }else{
                            uni.showToast({
                                title:res.data.Message,
@@ -567,8 +515,8 @@
            //物料信息
            DisBillEntryList(){
                uni.request({
                    url: this.serverUrl + '/WEBSController/GetBillEntryTmpList_Json',
                    data: { HInterID: this.hform.HInterID, HBillNo: this.hform.HBillNo, HBillType: this.hform.HBillType, HStockOrgID: this.hform.HStockOrgID },
                    url: this.serverUrl + '/WEBSController/GetKf_PonderationBillMain_Temp_BillCheck_New_Json',
                    data: { HInterID: this.hform.HInterID, HBillType: this.hform.HBillType, HSourceBarCodeCtl: this.hform.HSourceBarCodeCtl, sWhere: '' },
                    success: (res) => {
                        console.log('物料',res.data)
                        if(res.data.count == 1){
@@ -618,7 +566,7 @@
                        if (res.confirm) {
                            uni.request({
                                url: this.serverUrl + '/WEBSController/set_DeleteBarCodeByEntryID_BillCheck_New_Json', 
                                data: { HInterID: this.hform.HInterID, HBillType: this.hform.HBillType },
                                data: { HInterID: this.hform.HInterID, HBillType: this.hform.HBillType,HSourceInterID:item.HSourceInterID,HSourceEntryID:item.HSourceEntryID,HSourceBarCodeCtl:this.hform.HSourceBarCodeCtl },
                                success: (res) => {
                                    if(res.data.count == 1){
                                        this.DisBillEntryList()
@@ -642,28 +590,9 @@
                });
            },
            submit() {
                //仓库、仓位、保管、验收、部门、供应商文本框为空时,清空对应ID
                if(!this.hform.HWHName){
                    this.hform.HWHID = 0
                }
                if(!this.hform.HStockPlaceName){
                    this.hform.HStockPlaceID = 0
                }
                if(!this.hform.HKeeperName){
                    this.hform.HKeeperID = 0
                }
                if(!this.hform.HSecManagerName){
                    this.hform.HSecManagerID = 0
                }
                if(!this.hform.HDeptName){
                    this.hform.HDeptID = 0
                }
                if(!this.hform.HSupName){
                    this.hform.HSupID = 0
                }
                if(this.hform.HInterID == 0 ||!this.hform.HInterID){
                    uni.showToast({
                        title:'单据内码获取失败,错误的单据内码!',
                        title:'没有扫码信息,请先扫描单据条码!',
                        icon:'none'
                    })
                }else if(!this.hform.HBillNo){
pages/shengchanlingliao/table.vue
@@ -262,32 +262,33 @@
            //编辑
            edit(item){
                console.log(item)
                uni.request({
                    url: this.serverUrl + '/WEBSController/TempList_Modify_Json',
                    data:{ "HInterID": item.HInterID, "HBillNo": item.单据号, "HBillType": this.hform.HBillType },
                    success: (res) => {
                        console.log(1,res);
                        if(res.data.count == 1){
                            uni.navigateTo({
                                url:'./form?OperationType=2&HInterID=' + item.HInterID + '&HBillNo=' + item.HBillNo
                            })
                        }else{
                            uni.showToast({
                                title:res.data.Message,
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.hideLoading()
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                uni.navigateTo({
                    url:'./form?OperationType=2&HBillNo=' + item.HBillNo
                })
    //             uni.request({
    //                 url: this.serverUrl + '/WEBSController/TempList_Modify_Json',
    //                 data:{ "HInterID": item.HInterID, "HBillNo": item.单据号, "HBillType": this.hform.HBillType },
    //                 success: (res) => {
    //                     console.log(1,res);
    //                     if(res.data.count == 1){
    //                     }else{
    //                         uni.showToast({
    //                             title:res.data.Message,
    //                             icon:'none'
    //                         })
    //                     }
    //                 },
    //                 fail: (res) => {
    //                     console.log(res);
    //                     uni.hideLoading()
    //                     uni.showToast({
    //                         title:'接口请求失败',
    //                         icon:'none'
    //                     })
    //                 },
    //             })
            },
            //删除
            del(item){
pages/shengchanruku/form.vue
@@ -1,14 +1,14 @@
<template>
    <view>
        <view class="form">
            <view class="form-item">
<!--             <view class="form-item">
                <view class="title">条码:</view>
                <view class="right" style="width: 380rpx;">
                    <input v-model="hform.HBarCode" placeholder="请扫描(或输入)条码" @confirm="getCode(hform.HBarCode)"/>
                </view>
                <uni-icons type="scan" style="margin-left: 10rpx;background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;" size="20" @click="toScanCode"></uni-icons>
            </view>
            <view class="form-item">
            </view> -->
<!--             <view class="form-item">
                <view class="title">数量:</view>
                <view class="right">
                    <input v-model="hform.HQty" placeholder="请输入数量"/>
@@ -26,58 +26,24 @@
                    <uni-combox :candidates="arrayHStockPlaceName" placeholder="请输入(或扫描)仓位" v-model="hform.HStockPlaceName" @input="HStockPlaceNameChange"></uni-combox>
                </view>
                <view class="righton" v-show="!showHStockPlaceName"><input v-model="hform.HStockPlaceName" placeholder="不可操作"/></view>
            </view>
            </view> -->
            
            <view class="tabs">
                <view :class="tabs == 0 ? 'on':''" @tap="tabs = 0">选择源单</view>
                <!-- <view :class="tabs == 0 ? 'on':''" @tap="tabs = 0">选择源单</view> -->
                <view :class="tabs == 1 ? 'on':''" @tap="tabs = 1">表头信息</view>
                <view :class="tabs == 2 ? 'on':''" @tap="tabs = 2">物料信息</view>
                <view :class="tabs == 3 ? 'on':''" @tap="tabs = 3">条码信息</view>
                <view :class="tabs == 4 ? 'on':''" @tap="tabs = 4">下架信息</view>
            </view>
            
            <view v-if="tabs == 0">
                <view class="form-item">
                    <view class="title">源单类型:</view>
                    <view class="right" v-show="showHMainSourceBillType">
                        <picker :range="arrayHMainSourceBillType" v-model="HMainSourceBillType" @change="HMainSourceBillTypeChange">
                            <input name="HMainSourceBillType" disabled v-model="HMainSourceBillType" placeholder="请选择源单类型" />
                        </picker>
            <view v-if="tabs == 1">
                <view class="form-item" v-show="showHBillNo">
                    <view class="title">单据号:</view>
                    <view class="right" style="width: 380rpx;">
                        <input name="HBillNo" v-model="hform.HBillNo" placeholder="请扫描(或输入)条码" @confirm="GetMeesageByBillNo(hform.HBarCode)"/>
                    </view>
                    <view class="righton" v-show="!showHMainSourceBillType">
                        <input name="HMainSourceBillType" disabled v-model="HMainSourceBillType" placeholder="请选择源单类型" />
                    </view>
                    <uni-icons type="scan" style="margin-left: 10rpx;background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;" size="20" @click="toScanCode"></uni-icons>
                </view>
                <view class="form-item">
                    <view class="title">源单单号:</view>
                    <view class="right" v-show="showHSourceBillNo">
                        <uni-combox v-if="reHSourceBillNo" :candidates="arrayHSourceBillNo" placeholder="请输入原单单号" v-model="hform.HSourceBillNo" @input="HSourceBillNoChange"></uni-combox>
                    </view>
                    <view class="righton" v-show="!showHSourceBillNo">
                        <input name="HSourceBillNo" disabled v-model="hform.HSourceBillNo" placeholder="请输入原单单号" />
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">先进先出仓:</view>
                    <view class="right">
                        <uni-combox :candidates="arrayHWHName" placeholder="请选择" v-model="hform.HFIFOWHName" @input="HFIFOWHNameChange"></uni-combox>
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">日期:</view>
                    <view class="right">
                        <picker mode="date" v-model="hform.HDate" @change="HDateChange">
                            <input disabled v-model="hform.HDate" placeholder="请选择日期" />
                        </picker>
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">制单人:</view>
                    <view class="righton">
                        <input name="HMaker" disabled v-model="hform.HMaker" />
                    </view>
                </view>
                <view class="form-item">
                <view class="form-item" v-show="!showHBillNo">
                    <view class="title">单据号:</view>
                    <view class="righton">
                        <input name="HBillNo" disabled v-model="hform.HBillNo" />
@@ -89,34 +55,10 @@
                        <input name="HInterID" disabled v-model="hform.HInterID" />
                    </view>
                </view>
            </view>
            <view v-if="tabs == 1">
                <view class="form-item">
                    <view class="title">保管:</view>
                    <view class="right">
                        <uni-combox :candidates="arrayHEmpName" placeholder="请选择保管员" v-model="hform.HKeeperName" @input="HKeeperNameChange"></uni-combox>
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">验收:</view>
                    <view class="right">
                        <uni-combox :candidates="arrayHEmpName" placeholder="请选择验收员" v-model="hform.HSecManagerName" @input="HSecManagerNameChange"></uni-combox>
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">部门:</view>
                    <view class="right">
                        <uni-combox :candidates="arrayHDeptName" placeholder="请选择部门" v-model="hform.HDeptName" @input="HDeptNameChange"></uni-combox>
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">客户:</view>
                    <view class="right" v-show="showHSupName">
                        <uni-combox :candidates="arrayHSupName" placeholder="请选择客户" v-model="hform.HSupName" @input="HSupNameChange"></uni-combox>
                    </view>
                    <view class="righton" v-show="!showHSupName">
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="请选择客户" />
                    <view class="title">制单人:</view>
                    <view class="righton">
                        <input name="HMaker" disabled v-model="hform.HMaker" />
                    </view>
                </view>
                <view class="form-item">
@@ -126,25 +68,18 @@
                    </view>
                </view>
            </view>
            <view v-if="tabs == 2">
                <view class="list" v-for="(item,index) in Materlist" :key="index">
                    <uni-card :title="item.物料名称" :extra="item.物料代码" style="margin: 10px;" @tap="delMater(item)">
                    <uni-card :title="item.物料名称" :extra="'数量:'+item.数量" style="margin: 10px;">
                        <view class="card-detail">
                            <view class="detail">
                                <text>源单单号:</text>{{item.源单单号}}
                            </view>
                            <view class="detail">
                                <text>源单数量:</text>{{item.源单数量}}
                            </view>
                            <view class="detail">
                                <text>数量:</text>{{item.数量}}
                            </view>
                            <view class="detail">
                                <text>条码个数:</text>{{item.条码个数}}
                                <text>物料代码:</text>{{item.物料代码}}
                            </view>
                            <view class="detail" v-if="item.规格型号">
                                <text>规格型号:</text>{{item.规格型号}}
                            </view>
                            <view class="detail">
                                <text>批次:</text>{{item.批次}}
                            </view>
                            <view class="detail" v-if="item.辅助属性">
                                <text>辅助属性:</text>{{item.辅助属性}}
@@ -153,37 +88,6 @@
                    </uni-card>
                </view>
                <view class="over" v-if="Materlist.length == 0">暂无数据</view>
            </view>
            <view v-if="tabs == 4">
                <view class="list" v-for="(item,index) in FIFOlist" :key="index">
                    <uni-card :title="item.HMaterName" :extra="item.HMaterNumber" style="margin: 10px;" @tap="delMater(item)">
                        <view class="card-detail">
                            <view class="detail">
                                <text>数量:</text>{{item.HQty}}
                            </view>
                            <view class="detail">
                                <text>下架数量:</text>{{item.HQtyMust}}
                            </view>
                            <view class="detail">
                                <text>仓库:</text>{{item.HWhName}}
                            </view>
                            <view class="detail">
                                <text>仓位:</text>{{item.HSPName}}
                            </view>
                            <view class="detail">
                                <text>规格型号:</text>{{item.HMaterModel}}
                            </view>
                            <view class="detail" v-if="item.HBatchNo">
                                <text>批号:</text>{{item.HBatchNo}}
                            </view>
                            <view class="detail" v-if="item.HAuxPropName">
                                <text>辅助属性:</text>{{item.HAuxPropName}}
                            </view>
                        </view>
                    </uni-card>
                </view>
                <view class="over" v-if="FIFOlist.length == 0">暂无数据</view>
            </view>
            
            <view v-if="tabs == 3">
@@ -258,44 +162,23 @@
            return {
                userInfo:getUserInfo(),
                serverUrl: uni.getStorageSync('serverUrl')||'http://47.96.97.237/API',
                HModName:'Kf_SellOutBill_PDA',
                ModRightName:'CE_SellOut',
                HModName:'Kf_MateOutBill_Check_PDA',
                ModRightName:'CE_MateOutCheck',
                OperationType: 1,
                HInterID_Temp:'',
                
                showHStockPlaceName:true,
                showHMainSourceBillType:true,
                showHSourceBillNo:true,
                reHSourceBillNo:true,
                showHSupName:true,
                tabs:0,
                HMainSourceBillType:'发货通知单',
                arrayHMainSourceBillType:['发货通知单','销售订单','手工录入'],
                showHBillNo:true,
                tabs:1,
                linterid:'',
                HBillNo:'',
                btnType:0,//0新增,1修改,2审核,3反审核
                showmore: false,
                
                arrayHWHName:[],//仓库
                HWHNameList:[],
                arrayHStockPlaceName:[],//仓位
                HStockPlaceNameList:[],
                arrayHSourceBillNo:[],//原单单号
                HSourceBillNoList:[],
                arrayHEmpName:[],//操作员
                HEmpNameList:[],
                arrayHDeptName:[],//部门
                HDeptNameList:[],
                arrayHSupName:[],//客户
                HSupNameList:[],
                
                Materlist:[],
                FIFOlist:[],
                hform:{
                    HBillType:1205,
                    HBillType:1204,
                    HBillerID:uni.getStorageSync('HBillerID'),
                    HRedBlueFlag:false,
                    
@@ -306,25 +189,14 @@
                    HStockPlaceName:getUserInfo().HSPName,
                    HStockPlaceID:getUserInfo().HSPID,
                    
                    HMainSourceBillType:1402,
                    HSourceBillNo:'',//CGDD000200
                    HFIFOWHName:'',
                    HFIFOWHID:'',
                    HDate:getDateTime.dateTimeStr('y-m-d'),
                    HMaker:uni.getStorageSync('HUserName'),
                    HBillNo:'',
                    HInterID:'',
                    HKeeperName:getUserInfo().HKeeper,
                    HKeeperID:getUserInfo().HKeeperID,
                    HSecManagerName:getUserInfo().HSecManager,
                    HSecManagerID:getUserInfo().HSecManagerID,
                    HDeptName:getUserInfo().HDept,
                    HDeptID:getUserInfo().HDeptID,
                    HSupName:'',
                    HSupID:'',
                    HMaker:uni.getStorageSync('HUserName'),
                    HStockOrgName:uni.getStorageSync('Organization'),
                    HStockOrgID:uni.getStorageSync('OrganizationID'),
                    HSourceBarCodeCtl:"N", //是否进行源单对应条码核对('Y'为核对)
                    chkHBarflag:1,
                    HBarflag:'Y',
                    HBarCode_B:'',
                    HMaterName_B:'',
@@ -341,17 +213,13 @@
        onLoad(e) {
            console.log(e,this.userInfo)
            this.OperationType = e.OperationType
            if(e.HInterID){
                this.HInterID_Temp = e.HInterID
                // this.btnType = 1
                this.RoadBillMain(e.HInterID)
            if(e.HBillNo){
                this.hform.HBillNo = e.HBillNo
                this.GetMeesageByBillNo(e.HBillNo)
            }else{
                this.getNewData()
                // this.getNewData()
            }
            this.getHBaseList()
            this.getHSupList()
            this.getHEmpList()
            this.getHDeptList()
            // this.getHBaseList()
        },
        methods: {
            //扫码
@@ -360,93 +228,52 @@
                    onlyFromCamera: true,
                    success: (res) => {
                        console.log('条码内容:' + res.result);
                        if(this.hform.HBarCode == '*'){
                            this.hform.HBarCode = this.hform.HBarCode + res.result
                        }else{
                            this.hform.HBarCode = res.result
                        }
                        this.getCode(this.hform.HBarCode)
                        // if(this.hform.HBarCode == '*'){
                        //     this.hform.HBarCode = this.hform.HBarCode + res.result
                        // }else{
                        //     this.hform.HBarCode = res.result
                        // }
                        this.hform.HBarCode = res.result
                        this.GetMeesageByBillNo(this.hform.HBarCode)
                    }
                });
            },
            //扫其他(仓库,仓位)
            // toScanData(e){
            //     uni.scanCode({
            //         onlyFromCamera: true,
            //         success: (res) => {
            //             console.log('条码内容:' + res.result);
            //             var code = res.result
            //             if(e == 1){
            //                 uni.request({
            //                     url: this.serverUrl + '/WEBSController/GetWarehouse_Json',
            //                     data: {HBarCode:code,HStockOrgID:uni.getStorageSync('OrganizationID')},
            //                     success: (res) => {
            //                         this.hform.HStockPlaceID = 0
            //                         this.hform.HStockPlaceName = ''
            //                         this.showHStockPlaceName = true
            //                         if(res.data.count == 1){
            //                             var data = res.data.data[0]
            //                             this.hform.HWHID = data.HItemID
            //                             this.hform.HWHName = data.HName
            //                             if (data.HSPFlag == 0) {
            //                                 this.showHStockPlaceName = false
            //                             }
            //                         }else{
            //                             this.hform.HWHID = 0
            //                             this.hform.HWHName = ''
            //                             uni.showToast({
            //                                 title:res.data.Message,
            //                                 icon:'none'
            //                             })
            //                         }
            //                     },
            //                     fail: (res) => {
            //                         console.log(res);
            //                         uni.showToast({
            //                             title:'仓库数据请求失败',
            //                             icon:'none'
            //                         })
            //                     },
            //                 });
            //             }else if(e == 2){
            //                 uni.request({
            //                     url: this.serverUrl + '/WEBSController/GetStockPlace_Json',
            //                     data: {HBarCode:code,HStockOrgID:uni.getStorageSync('OrganizationID'),HWhID: this.hform.HWHID},
            //                     success: (res) => {
            //                         if(res.data.count == 1){
            //                             var data = res.data.data[0]
            //                             this.hform.HWHID = data.HWHID
            //                             this.hform.HWHName = data.HWhName
            //                             this.hform.HStockPlaceID = data.HItemID
            //                             this.hform.HStockPlaceName = data.HName
            //                         }else{
            //                             this.hform.HWHID = 0
            //                             this.hform.HWHName = ''
            //                             this.hform.HStockPlaceID = 0
            //                             this.hform.HStockPlaceName = ''
            //                             uni.showToast({
            //                                 title:res.data.Message,
            //                                 icon:'none'
            //                             })
            //                         }
            //                     },
            //                     fail: (res) => {
            //                         console.log(res);
            //                         uni.showToast({
            //                             title:'仓库数据请求失败',
            //                             icon:'none'
            //                         })
            //                     },
            //                 });
            //             }
            //         }
            //     });
            // },
            //日期
            HDateChange(e){
                console.log(e.detail.value)
                this.hform.HDate = e.detail.value
            //扫描单据号条码
            GetMeesageByBillNo(e){
                uni.request({
                    url: this.serverUrl + '/WEBSController/get_BillBarCode_BillCheck_Json',
                    data: {HBillNo:this.hform.HBillNo,HBillType:this.hform.HBillType,HMaker:this.hform.HMaker,HStockOrgID:this.hform.HStockOrgID},
                    success: (res) => {
                        if(res.data.count == 1){
                            var data = res.data.data
                            console.log(data)
                            this.hform.HInterID = data.hInterIDField
                            this.hform.HBillNo = data.hBillNoField
                            this.showHBillNo = false
                            //条码核对标记
                            if (data.hSourceBarCodeFlagField) {
                                this.hform.HSourceBarCodeCtl = "Y"
                                this.hform.chkHBarflag = true
                                this.hform.HBarflag = data
                            }
                            this.tabs = 2
                            this.DisBillEntryList();
                        }else{
                            uni.showToast({
                                title:res.data.Message,
                                icon:'none'
                            })
                            this.hform.HBillNo = ''
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
            },
            //基础仓库资料
            getHBaseList(){
@@ -499,39 +326,6 @@
                        })
                    },
                });
                this.getHYDList()
            },
            //源单资料
            getHYDList(){
                uni.request({
                    url: this.serverUrl + '/WEBSController/GetSourceBillList_Json',
                    data: {HBillType:this.hform.HBillType,HSourceBillType:this.hform.HMainSourceBillType,HStockOrgID:this.hform.HStockOrgID,HSourceBillNo:"",HMater:"",HCustom:""},
                    success: (res) => {
                        if(res.data.count == 1){
                            this.HSourceBillNoList = res.data.data
                            for(var i=0;i<res.data.data.length;i++){
                                this.arrayHSourceBillNo[i] = res.data.data[i].单据号
                            }
                            this.reHSourceBillNo = false
                            this.$nextTick(()=>{
                                this.reHSourceBillNo = true
                            })
                        }else{
                            uni.showToast({
                                title:'源单数据请求失败',
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
            },
            //选择仓库
            HWHNameChange(e){
@@ -543,14 +337,6 @@
                    }
                }
            },
            HFIFOWHNameChange(e){
                for(var i=0;i<this.HWHNameList.length;i++){
                    if(this.HWHNameList[i].仓库名称 == e){
                        this.hform.HFIFOWHName = this.HWHNameList[i].仓库名称
                        this.hform.HFIFOWHID = this.HWHNameList[i].HItemID
                    }
                }
            },
            //选择仓位
            HStockPlaceNameChange(e){
                for(var i=0;i<this.HStockPlaceNameList.length;i++){
@@ -559,194 +345,6 @@
                        this.hform.HStockPlaceID = this.HStockPlaceNameList[i].HItemID
                    }
                }
            },
            //选择源单
            HSourceBillNoChange(e){
                this.hform.HSourceBillNo = e
                this.getHBarCodeData(e)
                // for(var i=0;i<this.HSourceBillNoList.length;i++){
                //     if(this.HSourceBillNoList[i].单据号 == e){
                //         this.hform.HSourceBillNo = this.HSourceBillNoList[i].单据号
                //     }
                // }
            },
            //选择源单类型
            HMainSourceBillTypeChange(e){
                this.HMainSourceBillType = this.arrayHMainSourceBillType[e.detail.value]
                if(this.HMainSourceBillType == '发货通知单'){
                    this.hform.HMainSourceBillType = 1402
                    this.getHYDList()
                }else if(this.HMainSourceBillType == '销售订单'){
                    this.hform.HMainSourceBillType = 1401
                    this.getHYDList()
                }else{
                    this.hform.HMainSourceBillType = -1
                    this.getHYDList()
                }
            },
            //获取客户数据
            getHSupList(){
                uni.request({
                    url: this.serverUrl + '/Gy_Customer/list',
                    data: {sWhere:"",user:uni.getStorageSync('HUserName'),Organization:uni.getStorageSync('Organization')},
                    success: (res) => {
                        if(res.data.count == 1){
                            this.HSupNameList = res.data.data
                            for(var i=0;i<res.data.data.length;i++){
                                this.arrayHSupName[i] = res.data.data[i].客户名称
                            }
                            this.$forceUpdate();
                        }else{
                            uni.showToast({
                                title:res.data.Message,
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'客户数据请求失败',
                            icon:'none'
                        })
                    },
                });
            },
            //选择客户
            HSupNameChange(e){
                for(var i=0;i<this.HSupNameList.length;i++){
                    if(this.HSupNameList[i].客户名称 == e){
                        this.hform.HSupID = this.HSupNameList[i].HItemID
                        this.hform.HSupName = this.HSupNameList[i].客户名称
                    }
                }
            },
            //获取使用部门数据
            getHDeptList(){
                uni.request({
                    url: this.serverUrl + '/Gy_Department/list',
                    data: {sWhere:"",user:uni.getStorageSync('HUserName'),Organization:uni.getStorageSync('Organization')},
                    success: (res) => {
                        if(res.data.count == 1){
                            this.HDeptNameList = res.data.data
                            for(var i=0;i<res.data.data.length;i++){
                                this.arrayHDeptName[i] = res.data.data[i].部门名称
                            }
                            this.$forceUpdate();
                        }else{
                            uni.showToast({
                                title:'部门数据请求失败',
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
            },
            //选择使用部门
            HDeptNameChange(e){
                for(var i=0;i<this.HDeptNameList.length;i++){
                    if(this.HDeptNameList[i].部门名称 == e){
                        this.hform.HDeptID = this.HDeptNameList[i].HItemID
                        this.hform.HDeptName = this.HDeptNameList[i].部门名称
                    }
                }
            },
            //操作员
            getHEmpList(){
                uni.request({
                    url: this.serverUrl + '/Web/GetEmployeeList_Json',
                    data: { Employee: '',HGroupID:0 },
                    success: (res) => {
                        if(res.data.count == 1){
                            this.HEmpNameList = res.data.data
                            for(var i=0;i<res.data.data.length;i++){
                                this.arrayHEmpName[i] = res.data.data[i].HName
                            }
                            this.$forceUpdate();
                        }else{
                            uni.showToast({
                                title:'人员数据请求失败',
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
            },
            //保管
            HKeeperNameChange(e){
                for(var i=0;i<this.HEmpNameList.length;i++){
                    if(this.HEmpNameList[i].HName == e){
                        console.log(this.HEmpNameList[i])
                        this.hform.HKeeperID = this.HEmpNameList[i].HItemID
                        this.hform.HKeeperName = this.HEmpNameList[i].HName
                    }
                }
            },
            //验收
            HSecManagerNameChange(e){
                for(var i=0;i<this.HEmpNameList.length;i++){
                    if(this.HEmpNameList[i].HName == e){
                        this.hform.HSecManagerID = this.HEmpNameList[i].HItemID
                        this.hform.HSecManagerName = this.HEmpNameList[i].HName
                    }
                }
            },
            //选中源单
            getHBarCodeData(HBarCode){
                if(!this.hform.HFIFOWHName){
                    this.hform.HFIFOWHID = 0
                }
                uni.request({
                    url: this.serverUrl + '/WEBSController/get_SourceBarCode_SellOut_Json',
                    data: { HInterID: this.hform.HInterID, HBillNo: this.hform.HBillNo, HBillType: this.hform.HBillType, HSourceBillNo: HBarCode, HSourceBillType: this.hform.HMainSourceBillType, HMaker: this.hform.HMaker, HOWNERID: this.hform.HStockOrgID,HFIFOWhID:this.hform.HFIFOWHID, },
                    success: (res) => {
                        if(res.data.count == 1){
                            var data = res.data.data
                            console.log(2,data);
                            this.hform.HSupName = data.hSupNameField
                            this.hform.HSupID = data.hSupIDField
                            if (data.hDeptIDField != 0) {
                                this.hform.HDeptID = data.hDeptIDField
                                this.hform.HDeptName = data.hDeptNameField
                            }
                            this.hform.HSourceBillNo = data.hSourceBillNoField
                            this.showHMainSourceBillType = false
                            if(data.hMulSourceFlagField == 0){
                                this.showHSourceBillNo = false
                            }
                            this.tabs = 2
                            this.showHSupName = false
                            this.DisBillEntryList()
                        }else{
                            uni.showToast({
                                title:res.data.Message,
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
            },
            //扫条码处理
            getCode(HBarCode){
@@ -771,7 +369,7 @@
                if (HDeleteFlag == "*") {
                    if (sBarCode == "") {
                        uni.showToast({
                            title:'请扫描要删除的条码',
                            title:'请输入要删除的条码',
                            icon:'none'
                        })
                    }else{
@@ -841,14 +439,13 @@
                                    }
                                    this.hform.HSourceBillNo = data.hSourceBillNoField
                                    //获取源单类型、源单单号
                                    this.hform.HMainSourceBillType = data.hSourceBillTypeField
                                    if (data.hSourceBillTypeField == "1402") {
                                        this.HMainSourceBillType = '发货通知单'
                                        this.hform.HMainSourceBillType = 1402
                                    if (data.hSourceBillTypeField == "1103") {
                                        this.HMainSourceBillType = '收料通知单'
                                        this.hform.HMainSourceBillType = 1103
                                        this.showHMainSourceBillType = false
                                    }else if (data.hSourceBillTypeField == "1401") {
                                        this.HMainSourceBillType = '销售订单'
                                        this.hform.HMainSourceBillType = 1401
                                    }else if (data.hSourceBillTypeField == "1102") {
                                        this.HMainSourceBillType = '采购订单'
                                        this.hform.HMainSourceBillType = 1102
                                        this.showHMainSourceBillType = false
                                    }else {
                                        this.HMainSourceBillType = '手工录入'
@@ -858,16 +455,40 @@
                                    if (data.hMulSourceFlagField == 0) {
                                        this.showHSourceBillNo = false
                                    }
                                    //客户不可编辑
                                    //供应商不可编辑
                                    this.showHSupName = false
                                    this.tabs = 2
                                }else {//物料条码
                                    this.tabs = 2
                                    if(!this.hform.HSourceBillNo){
                                        this.HMainSourceBillType = '手工录入'
                                        this.hform.HMainSourceBillType = -1
                                        this.showHMainSourceBillType = false
                                        this.showHSourceBillNo = false
                                        this.hform.HSupName = data.hSupNameField
                                        this.hform.HSupID = data.hSupIDField
                                        this.hform.HSourceBillNo = data.hSourceBillNoField
                                        if (data.hDeptIDField != 0) {
                                            this.hform.HDeptID = data.hDeptIDField
                                            this.hform.HDeptName = data.hDeptNameField
                                        }
                                        console.log(data)
                                        //获取源单类型、源单单号
                                        this.hform.HMainSourceBillType = data.hSourceBillTypeField
                                        if (data.hSourceBillTypeField == "1103") {
                                            this.HMainSourceBillType = '收料通知单'
                                            this.hform.HMainSourceBillType = 1103
                                            this.showHMainSourceBillType = false
                                        }else if (data.hSourceBillTypeField == "1102") {
                                            this.HMainSourceBillType = '采购订单'
                                            this.hform.HMainSourceBillType = 1102
                                            this.showHMainSourceBillType = false
                                        }else {
                                            this.HMainSourceBillType = '手工录入'
                                            this.hform.HMainSourceBillType = -1
                                            this.showHMainSourceBillType = false
                                        }
                                        if (data.hMulSourceFlagField == 0) {
                                            this.showHSourceBillNo = false
                                        }
                                        //供应商不可编辑
                                        this.showHSupName = false
                                    }
                                }
                                //显示表体明细
@@ -894,18 +515,13 @@
            //物料信息
            DisBillEntryList(){
                uni.request({
                    url: this.serverUrl + '/WEBSController/GetBillEntryTmpList_Json',
                    data: { HInterID: this.hform.HInterID, HBillNo: this.hform.HBillNo, HBillType: this.hform.HBillType, HStockOrgID: this.hform.HStockOrgID },
                    url: this.serverUrl + '/WEBSController/GetKf_PonderationBillMain_Temp_BillCheck_New_Json',
                    data: { HInterID: this.hform.HInterID, HBillType: this.hform.HBillType, HSourceBarCodeCtl: this.hform.HSourceBarCodeCtl, sWhere: '' },
                    success: (res) => {
                        console.log('物料',res.data)
                        if(res.data.count == 1){
                            var data = res.data.data
                            this.Materlist = data.Materlist
                            if (data.FIFOlist.length != 0) {
                                if (data.FIFOlist[0].HMaterID != 0) {
                                   this.FIFOlist = data.FIFOlist
                                }
                            }
                            if(!data.BarCodeDetailslist[0].HBarCode){
                                this.hform.HMaterName_B = ''
                                this.hform.HMaterModel_B = ''
@@ -949,8 +565,8 @@
                    success: (res) => {
                        if (res.confirm) {
                            uni.request({
                                url: this.serverUrl + '/WEBSController/set_DelPonderationBillMain_Temp_InterIDAndSource_Json',
                                data: { HInterID: this.hform.HInterID, HMaterID: item.HMaterID, HAuxPropID: item.HAuxPropID, HMTONo: item.HMTONo, HSourceInterID: item.HSourceInterID, HSourceEntryID: item.HSourceEntryID, HBillType: this.hform.HBillType },
                                url: this.serverUrl + '/WEBSController/set_DeleteBarCodeByEntryID_BillCheck_New_Json',
                                data: { HInterID: this.hform.HInterID, HBillType: this.hform.HBillType,HSourceInterID:item.HSourceInterID,HSourceEntryID:item.HSourceEntryID,HSourceBarCodeCtl:this.hform.HSourceBarCodeCtl },
                                success: (res) => {
                                    if(res.data.count == 1){
                                        this.DisBillEntryList()
@@ -973,108 +589,10 @@
                    }
                });
            },
            //新增
            getNewData(){
                uni.request({
                    url: this.serverUrl + '/WEBSController/GetMaxBillNoAndID_Json',
                    data: { HBillType: this.hform.HBillType },
                    success: (res) => {
                        // console.log(res.data)
                        if(res.data.count == 1){
                            this.hform.HInterID = res.data.data[0].HInterID
                            this.hform.HBillNo = res.data.data[0].HBillNo
                        }else{
                            uni.showToast({
                                title:res.data.Message,
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
            },
            //修改回填数据
            RoadBillMain(HInterID){
                uni.request({
                    url: this.serverUrl + '/WEBSController/GetSourceBill_Temp_Json',
                    data: {HInterID: HInterID,HBillType:this.hform.HBillType},
                    success: (res) => {
                        console.log(33,res.data.data[0]);
                        if(res.data.count == 1){
                            var data = res.data.data[0]
                            this.hform.HInterID = data.HInterID
                            this.hform.HBillNo = data.HBillNo
                            this.hform.HMainSourceBillType = data.HSourceBillType
                            this.hform.HSourceBillNo = data.HSourceBillNo
                            if(data.HSourceBillType == 1402){
                                this.hform.HMainSourceBillType = 1402
                                this.HMainSourceBillType = '发货通知单'
                                this.showHSupName = false
                            }else if(data.HSourceBillType == 1401){
                                this.hform.HMainSourceBillType = 1401
                                this.HMainSourceBillType = '销售订单'
                                this.showHSupName = false
                            }else{
                                this.hform.HMainSourceBillType = -1
                                this.HMainSourceBillType = '手工录入'
                            }
                            this.showHMainSourceBillType = false
                            //非多源单模式
                            if (data.HMulSourceBill == 0) {
                                this.showHSourceBillNo = false
                            }
                            this.hform.HDeptID = data.HDeptID
                            this.hform.HDeptName = data.HDeptName
                            this.hform.HSupID = data.HCusID
                            this.hform.HSupName = data.HCusName
                            this.DisBillEntryList()
                            this.tabs = 2
                        }else{
                            uni.showToast({
                                title:'获取数据回填失败',
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
            },
            submit() {
                //仓库、仓位、保管、验收、部门、客户文本框为空时,清空对应ID
                if(!this.hform.HWHName){
                    this.hform.HWHID = 0
                }
                if(!this.hform.HStockPlaceName){
                    this.hform.HStockPlaceID = 0
                }
                if(!this.hform.HKeeperName){
                    this.hform.HKeeperID = 0
                }
                if(!this.hform.HSecManagerName){
                    this.hform.HSecManagerID = 0
                }
                if(!this.hform.HDeptName){
                    this.hform.HDeptID = 0
                }
                if(!this.hform.HSupName){
                    this.hform.HSupID = 0
                }
                if(this.hform.HInterID == 0 ||!this.hform.HInterID){
                    uni.showToast({
                        title:'单据内码获取失败,错误的单据内码!',
                        title:'没有扫码信息,请先扫描单据条码!',
                        icon:'none'
                    })
                }else if(!this.hform.HBillNo){
@@ -1105,7 +623,7 @@
                        })
                        var sMainStr = JSON.stringify(this.hform);
                        uni.request({
                            url: this.serverUrl + '/WEBSController/set_SaveSellOutBill_Json',
                            url: this.serverUrl + '/WEBSController/set_SaveMateOutBill_BillCheck_Json',
                            method:'POST',
                            dataType:"json",
                            data:{ oMain: sMainStr },
@@ -1120,13 +638,13 @@
                                            if (res.confirm) {
                                                console.log('用户点击确定');
                                                uni.redirectTo({
                                                    url:'/pages/xiaoshouchuku/form?OperationType=1'
                                                    url:'/pages/shengchanlingliao/form?OperationType=1'
                                                })
                                            } else if (res.cancel) {
                                                console.log('用户点击取消');
                                                setTimeout(()=>{
                                                    uni.navigateBack();
                                                },500)
                                                },50)
                                            }
                                        }
                                    });
@@ -1157,7 +675,7 @@
                        if (res.confirm) {
                            console.log('用户点击确定');
                            uni.redirectTo({
                                url:'/pages/xiaoshouchuku/table'
                                url:'/pages/caigouruku/table'
                            })
                        } else if (res.cancel) {
                            console.log('用户点击取消');