chenhaozhe
2025-07-18 6250a9bddd10ed26c18d1a911f9ad8b48c43793f
Merge branch 'Dev' into Dev1
17个文件已修改
1773 ■■■■ 已修改文件
README.md 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/caigouruku/form.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/caigoutuiliao/form.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/qitachukujiaoyan/detail.vue 34 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanbuliaojiaoyan/form.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchandiaobo/form.vue 987 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchandiaobo/table.vue 88 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanlingliao/form.vue 31 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanlingliao/table.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanruku/form.vue 374 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanruku/table.vue 91 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shouliaotongzhi/table.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/weiwailingliaojiaoyan/form.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshouchuku/form.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshouchukujiaoyan/form.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshoutuihuo/form.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
README.md
@@ -22,4 +22,8 @@
添加功能模块:自动更新,打印条码
测试数据:收料通知单(CGSL000145)
2025/07/14
添加功能模块:
测试数据:生产领料(MATO00048891),
    
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "1.0.13",
    "versionCode" : 113,
    "versionName" : "1.0.15",
    "versionCode" : 115,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/caigouruku/form.vue
@@ -313,6 +313,15 @@
            this.getHDeptList()
        },
        methods: {
            playSound(e){
                const innerAudioContext = uni.createInnerAudioContext();
                if(e == 1){
                    innerAudioContext.src = '/static/success.wav';
                }else{
                    innerAudioContext.src = '/static/jingbao.wav';
                }
                innerAudioContext.play(); // 播放音频
            },
            //扫码
            toScanCode(){
                uni.scanCode({
@@ -723,6 +732,7 @@
                console.log(this.hform.HSourceBillNo,HSourceFlag)
                if (HDeleteFlag == "*") {
                    if (sBarCode == "") {
                        this.playSound(0)
                        uni.showToast({
                            title:'请输入要删除的条码',
                            icon:'none'
@@ -735,9 +745,11 @@
                                console.log('删除条码',res.data);
                                this.hform.HBarCode = ''
                                if(res.data.count == 1){
                                    this.playSound(1)
                                    this.hform.HQty = ''
                                    this.DisBillEntryList()
                                }else{
                                    this.playSound(0)
                                    uni.showToast({
                                        title:res.data.Message,
                                        icon:'none'
@@ -746,6 +758,7 @@
                            },
                            fail: (res) => {
                                console.log(res);
                                this.playSound(0)
                                uni.showToast({
                                    title:'接口请求失败',
                                    icon:'none'
@@ -765,6 +778,7 @@
                            console.log('扫码返回',res.data);
                            this.hform.HBarCode = ''
                            if(res.data.count == 1){
                                this.playSound(1)
                                var data = res.data.data
                                if (data.hBarTypeField == '仓库条码') {
                                    this.hform.HWHName = data.hWhNameField
@@ -851,6 +865,7 @@
                                //清空数量
                                this.hform.HQty = ''
                            }else{
                                this.playSound(0)
                                uni.showToast({
                                    title:res.data.Message,
                                    icon:'none'
@@ -858,6 +873,7 @@
                            }
                        },
                        fail: (res) => {
                            this.playSound(0)
                            console.log(res);
                            uni.showToast({
                                title:'接口请求失败',
pages/caigoutuiliao/form.vue
@@ -313,6 +313,15 @@
            this.getHDeptList()
        },
        methods: {
            playSound(e){
                const innerAudioContext = uni.createInnerAudioContext();
                if(e == 1){
                    innerAudioContext.src = '/static/success.wav';
                }else{
                    innerAudioContext.src = '/static/jingbao.wav';
                }
                innerAudioContext.play(); // 播放音频
            },
            //扫码
            toScanCode(){
                uni.scanCode({
@@ -723,6 +732,7 @@
                console.log(this.hform.HSourceBillNo,HSourceFlag)
                if (HDeleteFlag == "*") {
                    if (sBarCode == "") {
                        this.playSound(0)
                        uni.showToast({
                            title:'请扫描要删除的条码',
                            icon:'none'
@@ -735,9 +745,11 @@
                                console.log('删除条码',res.data);
                                this.hform.HBarCode = ''
                                if(res.data.count == 1){
                                    this.playSound(1)
                                    this.hform.HQty = ''
                                    this.DisBillEntryList()
                                }else{
                                    this.playSound(0)
                                    uni.showToast({
                                        title:res.data.Message,
                                        icon:'none'
@@ -745,6 +757,7 @@
                                }
                            },
                            fail: (res) => {
                                this.playSound(0)
                                console.log(res);
                                uni.showToast({
                                    title:'接口请求失败',
@@ -765,6 +778,7 @@
                            console.log('扫码返回',res.data);
                            this.hform.HBarCode = ''
                            if(res.data.count == 1){
                                this.playSound(1)
                                var data = res.data.data
                                if (data.hBarTypeField == '仓库条码') {
                                    this.hform.HWHName = data.hWhNameField
@@ -828,6 +842,7 @@
                                //清空数量
                                this.hform.HQty = ''
                            }else{
                                this.playSound(0)
                                uni.showToast({
                                    title:res.data.Message,
                                    icon:'none'
@@ -835,6 +850,7 @@
                            }
                        },
                        fail: (res) => {
                            this.playSound(0)
                            console.log(res);
                            uni.showToast({
                                title:'接口请求失败',
pages/qitachukujiaoyan/detail.vue
@@ -25,7 +25,7 @@
            </view>
            <view class="form-item">
                <view class="title">仓位:</view>
                <view class="right" >
                <view class="right">
                    <uni-combox :candidates="arrayHStockPlaceName" placeholder="请输入(或扫描)仓位"
                        v-model="hform.HStockPlaceName" @input="HStockPlaceNameChange"></uni-combox>
                </view>
@@ -184,10 +184,10 @@
            return {
                userInfo: getUserInfo(),
                serverUrl: uni.getStorageSync('serverUrl') || 'http://47.96.97.237/API',
                HModName: 'Kf_OtherOutBill_CheckList_PDA',
                HModName: 'Kf_OtherOutBill_Check_PDA',
                ModRightName: 'CE_OtherOutCheck',
                OperationType: 1,
                showHBillNo: true,
                tabs: 1,
                linterid: '',
@@ -271,7 +271,7 @@
                        // }else{
                        //     this.hform.HBarCode = res.result
                        // }
                        this.hform.HBillNo = res.result
                        this.GetMeesageByBillNo(this.hform.HBillNo)
                    }
@@ -459,24 +459,24 @@
                        sHQty = 0;
                    }
                    uni.request({
                        url: this.serverUrl + '/WEBSController/Get_BarCode_Json',
                        url: this.serverUrl + '/WEBSController/get_CheckTypeByBarCode_BillCheck_Json',
                        data: {
                            sBarCode: sBarCode,
                            HInterID: this.hform.HInterID,
                            HBillID: this.hform.HInterID || 0,
                            HBillType: this.hform.HBillType,
                            HBillNo: this.hform.HBillNo,
                            HMaker: this.hform.HMaker,
                            HWhID: sHWHID,
                            HSPID: sHSPID,
                            HQty: sHQty,
                            HRedBlueFlag: this.hform.HRedBlueFlag,
                            SourceFlag: HSourceFlag,
                            HSourceBillNo: sSourceBillNo,
                            HSourceBillType: sSourceBillType,
                            // HRedBlueFlag: this.hform.HRedBlueFlag,
                            // SourceFlag: HSourceFlag,
                            // HSourceBillNo: sSourceBillNo,
                            // HSourceBillType: sSourceBillType,
                            HStockOrgID: this.hform.HStockOrgID,
                            HScanStyle: "",
                            HCustom1: "",
                            HCustom2: ""
                            // HScanStyle: "",
                            // HCustom1: "",
                            // HCustom2: ""
                        },
                        success: (res) => {
                            console.log('扫码返回', res.data);
@@ -644,7 +644,7 @@
                        if (res.confirm) {
                            uni.request({
                                url: this.serverUrl +
                                    '/WEBSController/set_DeleteBarCodeByEntryID_BillCheck_New_Json',
                                    '/WEBSController/set_SaveOtherOutBill_BillCheck_Json',
                                data: {
                                    HInterID: this.hform.HInterID,
                                    HBillType: this.hform.HBillType,
@@ -725,7 +725,7 @@
                                            if (res.confirm) {
                                                console.log('用户点击确定');
                                                uni.redirectTo({
                                                    url: '/pages/shengchanlingliao/form?OperationType=1'
                                                    url: '/pages/qitachukujiaoyan/detail?OperationType=1'
                                                })
                                            } else if (res.cancel) {
                                                console.log('用户点击取消');
@@ -855,8 +855,8 @@
            padding: 8rpx 20rpx;
            font-size: 30rpx;
        }
        textarea {
            width: 98%;
pages/shengchanbuliaojiaoyan/form.vue
@@ -453,24 +453,24 @@
                        sHQty = 0;
                    }
                    uni.request({
                        url: this.serverUrl + '/WEBSController/Get_BarCode_Json',
                        url: this.serverUrl + '/WEBSController/get_CheckTypeByBarCode_BillCheck_Json',
                        data: {
                            sBarCode: sBarCode,
                            HInterID: this.hform.HInterID,
                            HBillID: this.hform.HInterID || 0,
                            HBillType: this.hform.HBillType,
                            HBillNo: this.hform.HBillNo,
                            HMaker: this.hform.HMaker,
                            HWhID: sHWHID,
                            HSPID: sHSPID,
                            HQty: sHQty,
                            HRedBlueFlag: this.hform.HRedBlueFlag,
                            SourceFlag: HSourceFlag,
                            HSourceBillNo: sSourceBillNo,
                            HSourceBillType: sSourceBillType,
                            // HRedBlueFlag: this.hform.HRedBlueFlag,
                            // SourceFlag: HSourceFlag,
                            // HSourceBillNo: sSourceBillNo,
                            // HSourceBillType: sSourceBillType,
                            HStockOrgID: this.hform.HStockOrgID,
                            HScanStyle: "",
                            HCustom1: "",
                            HCustom2: ""
                            // HScanStyle: "",
                            // HCustom1: "",
                            // HCustom2: ""
                        },
                        success: (res) => {
                            console.log('扫码返回', res.data);
@@ -719,7 +719,7 @@
                                            if (res.confirm) {
                                                console.log('用户点击确定');
                                                uni.redirectTo({
                                                    url: '/pages/shengchanlingliao/form?OperationType=1'
                                                    url: '/pages/shengchanlingliaojiaoyan/form?OperationType=1'
                                                })
                                            } else if (res.cancel) {
                                                console.log('用户点击取消');
pages/shengchandiaobo/form.vue
@@ -1,83 +1,21 @@
<template>
    <view>
        <view class="form">
            <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 class="title">数量:</view>
                <view class="right">
                    <input v-model="hform.HQty" placeholder="请输入数量"/>
                </view>
            </view>
            <view class="form-item">
                <view class="title">仓库:</view>
                <view class="right">
                    <uni-combox :candidates="arrayHWHName" placeholder="请输入(或扫描)仓库" v-model="hform.HWHName" @input="HWHNameChange"></uni-combox>
                </view>
            </view>
            <view class="form-item">
                <view class="title">仓位:</view>
                <view class="right" v-show="showHStockPlaceName">
                    <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 class="tabs">
                <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,101 +27,75 @@
                        <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>
                </view>
                <view class="form-item">
                    <view class="title">组织:</view>
                    <view class="title">制单人:</view>
                    <view class="righton">
                        <input name="HStockOrgName" disabled v-model="hform.HStockOrgName" />
                        <input name="HMaker" disabled v-model="hform.HMaker" />
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">调出组织:</view>
                    <view class="righton">
                        <input name="HStockOutOrgName" disabled v-model="hform.HStockOutOrgName" />
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">调入组织:</view>
                    <view class="righton">
                        <input name="HStockInOrgName" disabled v-model="hform.HStockInOrgName" />
                    </view>
                </view>
                <label class="checkbox">
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc"/>条码核对
                </label>
            </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.源单单号}}
                                <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.辅助属性}}
                            </view>
                            <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.调入仓位}}
                            </view>
                            <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.条码个数}}
                            </view>
                        </view>
                    </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">
@@ -230,15 +142,27 @@
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">仓库:</view>
                    <view class="title">调入仓库:</view>
                    <view class="righton">
                        <input disabled v-model="hform.HWHName_B" />
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">仓位:</view>
                    <view class="title">调入仓位:</view>
                    <view class="righton">
                        <input disabled v-model="hform.HSPName_B" />
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">调出仓库:</view>
                    <view class="righton">
                        <input disabled v-model="hform.HSCWHName_B" />
                    </view>
                </view>
                <view class="form-item">
                    <view class="title">调出仓位:</view>
                    <view class="righton">
                        <input disabled v-model="hform.HSCSPName_B" />
                    </view>
                </view>
            </view>
@@ -258,44 +182,18 @@
            return {
                userInfo:getUserInfo(),
                serverUrl: uni.getStorageSync('serverUrl')||'http://47.96.97.237/API',
                HModName:'Kf_SellOutBill_PDA',
                ModRightName:'CE_SellOut',
                HModName:'Kf_MoveStockBill_Check_PDA',
                ModRightName:'CE_MoveStockCheck',
                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:1207,
                    HBillerID:uni.getStorageSync('HBillerID'),
                    HRedBlueFlag:false,
                    
@@ -306,25 +204,17 @@
                    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:'',
                    HStockOrgName:uni.getStorageSync('Organization'),
                    HMaker:uni.getStorageSync('HUserName'),
                    HStockOrgID:uni.getStorageSync('OrganizationID'),
                    HStockOutOrgName:uni.getStorageSync('Organization'),
                    HStockOutOrgID:uni.getStorageSync('OrganizationID'),
                    HStockInOrgName:uni.getStorageSync('Organization'),
                    HStockInOrgID:uni.getStorageSync('OrganizationID'),
                    HSourceBarCodeCtl:"N", //是否进行源单对应条码核对('Y'为核对)
                    chkHBarflag:false,
                    HBarflag:'',
                    HBarCode_B:'',
                    HMaterName_B:'',
@@ -335,411 +225,76 @@
                    HTMQty_B:'',
                    HWHName_B:'',
                    HSPName_B:'',
                    HSCWHName_B:'',
                    HSCSPName_B:'',
                }
            }
        },
        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)
            }else{
                this.getNewData()
            if(e.HBillNo){
                this.hform.HBillNo = e.HBillNo
                this.GetMeesageByBillNo(e.HBillNo)
            }
            this.getHBaseList()
            this.getHSupList()
            this.getHEmpList()
            this.getHDeptList()
        },
        methods: {
            playSound(e){
                const innerAudioContext = uni.createInnerAudioContext();
                if(e == 1){
                    innerAudioContext.src = '/static/success.wav';
                }else{
                    innerAudioContext.src = '/static/jingbao.wav';
                }
                innerAudioContext.play(); // 播放音频
            },
            //扫码
            toScanCode(){
                uni.scanCode({
                    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)
                        this.hform.HBillNo = res.result
                        this.GetMeesageByBillNo(this.hform.HBillNo)
                    }
                });
            },
            //扫其他(仓库,仓位)
            // 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
            },
            //基础仓库资料
            getHBaseList(){
            //扫描单据号条码
            GetMeesageByBillNo(e){
                uni.request({
                    url: this.serverUrl + '/Gy_Warehouse/list',
                    data: {sWhere:"",user:uni.getStorageSync('HUserName'),Organization:uni.getStorageSync('Organization')},
                    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){
                            this.HWHNameList = res.data.data
                            for(var i=0;i<res.data.data.length;i++){
                                this.arrayHWHName[i] = res.data.data[i].仓库名称
                            }
                        }else{
                            uni.showToast({
                                title:'仓库数据请求失败',
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
                uni.request({
                    url: this.serverUrl + '/Gy_StockPlace/list',
                    data: {sWhere:"",user:uni.getStorageSync('HUserName'),Organization:uni.getStorageSync('Organization')},
                    success: (res) => {
                        if(res.data.count == 1){
                            this.HStockPlaceNameList = res.data.data
                            for(var i=0;i<res.data.data.length;i++){
                                this.arrayHStockPlaceName[i] = res.data.data[i].仓位名称
                            }
                        }else{
                            uni.showToast({
                                title:'仓位数据请求失败',
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
                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){
                // var name = e.split("(")
                for(var i=0;i<this.HWHNameList.length;i++){
                    if(this.HWHNameList[i].仓库名称 == e){
                        this.hform.HWHName = this.HWHNameList[i].仓库名称
                        this.hform.HWHID = this.HWHNameList[i].HItemID
                    }
                }
            },
            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++){
                    if(this.HStockPlaceNameList[i].仓位名称 == e){
                        this.hform.HStockPlaceName = this.HStockPlaceNameList[i].仓位名称
                        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){
                            this.playSound(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
                            console.log(data)
                            this.hform.HInterID = data.hInterIDField
                            this.hform.HBillNo = data.hBillNoField
                            this.hform.HStockOutOrgID = data.hStockOutOrgIDField
                            this.hform.HStockOutOrgName = data.hStockOutOrgNameField
                            this.hform.HStockInOrgID = data.hStockInOrgIDField
                            this.hform.HStockInOrgName = data.hStockInOrgNameField
                            this.showHBillNo = false
                            //条码核对标记
                            if (data.hSourceBarCodeFlagField) {
                                this.hform.HSourceBarCodeCtl = "Y"
                                this.hform.chkHBarflag = true
                                this.hform.HBarflag = data
                            }
                            this.tabs = 2
                            this.showHSupName = false
                            this.DisBillEntryList()
                            this.DisBillEntryList();
                        }else{
                            this.playSound(0)
                            uni.showToast({
                                title:res.data.Message,
                                icon:'none'
                            })
                            this.hform.HBillNo = ''
                        }
                    },
                    fail: (res) => {
                        this.playSound(0)
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
@@ -747,165 +302,17 @@
                        })
                    },
                });
            },
            //扫条码处理
            getCode(HBarCode){
                //仓库、仓位文本框为空时,清空对应ID
                if (!this.hform.HWHName) {
                    this.hform.HWHID = 0
                }
                if (!this.hform.HStockPlaceName) {
                    this.hform.HStockPlaceID = 0
                }
                var sOldBarCode = HBarCode
                var HDeleteFlag = sOldBarCode.substring(0, 1);
                var sBarCode = sOldBarCode.slice(1);
                var sHWHID = this.hform.HWHID
                var sHSPID = this.hform.HStockPlaceID
                var sHQty = this.hform.HQty
                var sSourceBillNo = this.hform.HSourceBillNo
                var sSourceBillType = this.hform.HMainSourceBillType
                var HSourceFlag = this.hform.HSourceBillNo==''?false:true
                console.log(this.hform.HSourceBillNo,HSourceFlag)
                if (HDeleteFlag == "*") {
                    if (sBarCode == "") {
                        uni.showToast({
                            title:'请扫描要删除的条码',
                            icon:'none'
                        })
                    }else{
                        uni.request({
                            url: this.serverUrl + '/WEBSController/set_DelPonderationBillMain_Temp_BarCode_Json',
                            data: { HInterID: this.hform.HInterID, HBillType: this.hform.HBillType, HBarCode: sBarCode },
                            success: (res) => {
                                console.log('删除条码',res.data);
                                this.hform.HBarCode = ''
                                if(res.data.count == 1){
                                    this.hform.HQty = ''
                                    this.DisBillEntryList()
                                }else{
                                    uni.showToast({
                                        title:res.data.Message,
                                        icon:'none'
                                    })
                                }
                            },
                            fail: (res) => {
                                console.log(res);
                                uni.showToast({
                                    title:'接口请求失败',
                                    icon:'none'
                                })
                            },
                        });
                    }
                }else {
                    var sBarCode = this.hform.HBarCode
                    if (sHQty == "") {
                        sHQty = 0;
                    }
                    uni.request({
                        url: this.serverUrl + '/WEBSController/Get_BarCode_Json',
                        data: { sBarCode: sBarCode, HInterID: this.hform.HInterID, HBillType: this.hform.HBillType, HBillNo: this.hform.HBillNo, HMaker: this.hform.HMaker, HWhID: sHWHID, HSPID: sHSPID, HQty: sHQty, HRedBlueFlag: this.hform.HRedBlueFlag, SourceFlag: HSourceFlag, HSourceBillNo: sSourceBillNo, HSourceBillType: sSourceBillType, HStockOrgID: this.hform.HStockOrgID, HScanStyle: "", HCustom1: "", HCustom2: "" },
                        success: (res) => {
                            console.log('扫码返回',res.data);
                            this.hform.HBarCode = ''
                            if(res.data.count == 1){
                                var data = res.data.data
                                if (data.hBarTypeField == '仓库条码') {
                                    this.hform.HWHName = data.hWhNameField
                                    this.hform.HWHID = data.hWhIDField
                                    this.hform.HStockPlaceName = ''
                                    this.hform.HStockPlaceID = 0
                                    if (data.hSPFlagField == 0) {
                                        this.showHStockPlaceName = false
                                    }else {
                                        this.showHStockPlaceName = true
                                    }
                                }else if (data.hBarTypeField == '仓位条码') {
                                    this.hform.HWHName = data.hWhNameField
                                    this.hform.HWHID = data.hWhIDField
                                    this.hform.HStockPlaceName = data.hSPNameField
                                    this.hform.HStockPlaceID = data.hSPIDField
                                }else if (data.hBarTypeField == '部门条码') {
                                    this.hform.HDeptName = data.hDeptNameField
                                    this.hform.HDeptID = data.hDeptIDField
                                    this.tabs = 1
                                }else if (data.hBarTypeField == '源单条码') {
                                    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.hform.HMainSourceBillType = data.hSourceBillTypeField
                                    if (data.hSourceBillTypeField == "1402") {
                                        this.HMainSourceBillType = '发货通知单'
                                        this.hform.HMainSourceBillType = 1402
                                        this.showHMainSourceBillType = false
                                    }else if (data.hSourceBillTypeField == "1401") {
                                        this.HMainSourceBillType = '销售订单'
                                        this.hform.HMainSourceBillType = 1401
                                        this.showHMainSourceBillType = false
                                    }else {
                                        this.HMainSourceBillType = '手工录入'
                                        this.hform.HMainSourceBillType = -1
                                        this.showHMainSourceBillType = false
                                    }
                                    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.DisBillEntryList()
                                //清空数量
                                this.hform.HQty = ''
                            }else{
                                uni.showToast({
                                    title:res.data.Message,
                                    icon:'none'
                                })
                            }
                        },
                        fail: (res) => {
                            console.log(res);
                            uni.showToast({
                                title:'接口请求失败',
                                icon:'none'
                            })
                        },
                    });
                }
            },
            //物料信息
            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 = ''
@@ -915,6 +322,8 @@
                                this.hform.HTMQty_B = ''
                                this.hform.HWHName_B = ''
                                this.hform.HSPName_B = ''
                                this.hform.HSCWHName_B = ''
                                this.hform.HSCSPName_B = ''
                            }else{
                                this.hform.HMaterName_B = data.BarCodeDetailslist[0].HMaterName
                                this.hform.HMaterModel_B = data.BarCodeDetailslist[0].HMaterModel
@@ -924,121 +333,12 @@
                                this.hform.HTMQty_B = data.BarCodeDetailslist[0].HTMQty
                                this.hform.HWHName_B = data.BarCodeDetailslist[0].HWHName
                                this.hform.HSPName_B = data.BarCodeDetailslist[0].HSPName
                                this.hform.HSCWHName_B = data.BarCodeDetailslist[0].HSCWHName
                                this.hform.HSCSPName_B = data.BarCodeDetailslist[0].HSCSPName
                            }
                        }else{
                            uni.showToast({
                                title:res.data.Message,
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
            },
            //删除物料码
            delMater(item){
                uni.showModal({
                    title: '提示',
                    content: '确认要删除 " ' + item.物料名称 + ' " 所有扫码记录?删除后将不可恢复!',
                    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 },
                                success: (res) => {
                                    if(res.data.count == 1){
                                        this.DisBillEntryList()
                                    }else{
                                        uni.showToast({
                                            title:res.data.Message,
                                            icon:'none'
                                        })
                                    }
                                },
                                fail: (res) => {
                                    console.log(res);
                                    uni.showToast({
                                        title:'接口请求失败',
                                        icon:'none'
                                    })
                                },
                            });
                        }
                    }
                });
            },
            //新增
            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'
                            })
                        }
@@ -1053,28 +353,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){
@@ -1105,7 +386,7 @@
                        })
                        var sMainStr = JSON.stringify(this.hform);
                        uni.request({
                            url: this.serverUrl + '/WEBSController/set_SaveSellOutBill_Json',
                            url: this.serverUrl + '/WEBSController/set_SaveMoveStockBill_BillCheck_Json',
                            method:'POST',
                            dataType:"json",
                            data:{ oMain: sMainStr },
@@ -1120,13 +401,13 @@
                                            if (res.confirm) {
                                                console.log('用户点击确定');
                                                uni.redirectTo({
                                                    url:'/pages/xiaoshouchuku/form?OperationType=1'
                                                    url:'/pages/shengchandiaobo/form?OperationType=1'
                                                })
                                            } else if (res.cancel) {
                                                console.log('用户点击取消');
                                                setTimeout(()=>{
                                                    uni.navigateBack();
                                                },500)
                                                },50)
                                            }
                                        }
                                    });
@@ -1157,7 +438,7 @@
                        if (res.confirm) {
                            console.log('用户点击确定');
                            uni.redirectTo({
                                url:'/pages/xiaoshouchuku/table'
                                url:'/pages/caigouruku/table'
                            })
                        } else if (res.cancel) {
                            console.log('用户点击取消');
@@ -1306,4 +587,10 @@
            }
        }
    }
    .checkbox{
        color: #888;
        font-size: 28rpx;
        margin-top: 30rpx;
        float: right;
    }
</style>
pages/shengchandiaobo/table.vue
@@ -19,12 +19,6 @@
                    <input v-model="hform.HBillNo" placeholder="请输入单据号" />
                </view>
            </view>
            <view class="form-item">
                <view class="title">源单单号:</view>
                <view class="right">
                    <input v-model="hform.HSourceBillNo" placeholder="请输入源单单号" />
                </view>
            </view>
            <view class="buttons">
                <button class="btn-a" size="mini" type="default" @tap="clear">重置</button>
                <button class="btn-c" size="mini" type="default" @tap="search">查询</button>
@@ -41,12 +35,6 @@
                    </view>
                    <view class="detail" v-if="item.单据内码">
                        <text>单据内码:</text>{{item.单据内码}}
                    </view>
                    <view class="detail" v-if="item.数量">
                        <text>数量:</text>{{item.数量}}
                    </view>
                    <view class="detail" v-if="item.源单单号">
                        <text>源单单号:</text>{{item.源单单号}}
                    </view>
                    <view class="detail" v-if="item.组织">
                        <text>组织:</text>{{item.组织}}
@@ -71,9 +59,6 @@
                    </view>
                    <view class="detail" v-if="item.数量">
                        <text>数量:</text>{{item.数量}}
                    </view>
                    <view class="detail" v-if="item.源单单号">
                        <text>源单单号:</text>{{item.源单单号}}
                    </view>
                    <view class="detail" v-if="item.物料代码">
                        <text>物料代码:</text>{{item.物料代码}}
@@ -111,12 +96,11 @@
                userInfo:getUserInfo(),
                serverUrl: uni.getStorageSync('serverUrl')||'http://47.96.97.237/API',
                tabs:0,
                urls:'/WEBSController/GetKf_PonderationBillMain_TempList_New_Json',
                MvarReportTitle:'销售出库单缓存列表',
                urls:'/WEBSController/GetKf_PonderationBillMain_TempList_BillCheck_Json',
                MvarReportTitle:'直接调拨单校验缓存列表',
                hform:{
                    HBillNo:'',
                    HSourceBillNo:'',
                    HBillType: 1205,
                    HBillType: 1207,
                    HMaker: uni.getStorageSync('HUserName'),
                    HStockOrgID: uni.getStorageSync('OrganizationID'),
                },
@@ -151,7 +135,7 @@
                uni.request({
                    url: this.serverUrl + '/WEBSController/CheckModRight_Json',
                    data:{ 
                        ModRightName: 'CE_SellOut',
                        ModRightName: 'CE_MoveStockCheck',
                        HUserName: uni.getStorageSync('HUserName')
                    },
                    success: (res) => {
@@ -183,10 +167,10 @@
                this.showList = []
                
                if(this.tabs == 0){
                    this.urls = '/WEBSController/GetKf_PonderationBillMain_TempList_New_Json'
                    this.urls = '/WEBSController/GetKf_PonderationBillMain_TempList_BillCheck_Json'
                }
                if(this.tabs == 1){
                    this.urls = '/WEBSController/GetKf_ICStockBillQueryList_User_Json'
                    this.urls = '/WEBSController/GetKf_ICStockBillQueryList_User_BillCheck_Json'
                }
                this.getList()
            },
@@ -247,8 +231,7 @@
                this.sWhere = ''
                this.hform = {
                    HBillNo:'',
                    HSourceBillNo:'',
                    HBillType: 1205,
                    HBillType: 1207,
                    HMaker: uni.getStorageSync('HUserName'),
                    HStockOrgID: uni.getStorageSync('OrganizationID'),
                }
@@ -262,32 +245,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
                            })
                        }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){
@@ -299,12 +283,13 @@
                        if (res.confirm) {
                            console.log('用户点击确定');
                            uni.request({
                                url: this.serverUrl + '/WEBSController/set_DelPonderationBillMain_Temp_New_Json',
                                url: this.serverUrl + '/WEBSController/DeleteTempBillList_BillCheck_Json',
                                data:{ 
                                    HInterID: item.HInterID,
                                    HBillNo: item.单据号,
                                    HBillType: this.hform.HBillType,
                                    HMaker: uni.getStorageSync('HUserName'),
                                    HStockOrgID:this.hform.HStockOrgID,
                                    MvarReportTitle:this.MvarReportTitle,
                                },
                                success: (res) => {
@@ -342,12 +327,13 @@
                        if (res.confirm) {
                            console.log('用户点击确定');
                            uni.request({
                                url: this.serverUrl + '/WEBSController/set_DeleteICStockBillAndWMS_Json',
                                url: this.serverUrl + '/WEBSController/set_DeleteICStockBillAndWMS_BillCheck_Json',
                                data:{ 
                                    HInterID: item.HInterID,
                                    HBillNo: item.单据号,
                                    HBillType: this.hform.HBillType,
                                    HMaker: uni.getStorageSync('HUserName'),
                                    HStockOrgID:this.hform.HStockOrgID,
                                    MvarReportTitle:this.MvarReportTitle,
                                },
                                success: (res) => {
pages/shengchanlingliao/form.vue
@@ -39,7 +39,7 @@
                <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)"/>
                        <input name="HBillNo" v-model="hform.HBillNo" placeholder="请扫描(或输入)条码" @confirm="GetMeesageByBillNo()"/>
                    </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>
@@ -67,6 +67,9 @@
                        <input name="HStockOrgName" disabled v-model="hform.HStockOrgName" />
                    </view>
                </view>
                <label class="checkbox">
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc"/>条码核对
                </label>
            </view>
            <view v-if="tabs == 2">
                <view class="list" v-for="(item,index) in Materlist" :key="index">
@@ -195,8 +198,8 @@
                    HStockOrgName:uni.getStorageSync('Organization'),
                    HStockOrgID:uni.getStorageSync('OrganizationID'),
                    HSourceBarCodeCtl:"N", //是否进行源单对应条码核对('Y'为核对)
                    chkHBarflag:1,
                    HBarflag:'Y',
                    chkHBarflag:false,
                    HBarflag:'',
                    HBarCode_B:'',
                    HMaterName_B:'',
@@ -222,6 +225,15 @@
            // this.getHBaseList()
        },
        methods: {
            playSound(e){
                const innerAudioContext = uni.createInnerAudioContext();
                if(e == 1){
                    innerAudioContext.src = '/static/success.wav';
                }else{
                    innerAudioContext.src = '/static/jingbao.wav';
                }
                innerAudioContext.play(); // 播放音频
            },
            //扫码
            toScanCode(){
                uni.scanCode({
@@ -233,8 +245,8 @@
                        // }else{
                        //     this.hform.HBarCode = res.result
                        // }
                        this.hform.HBarCode = res.result
                        this.GetMeesageByBillNo(this.hform.HBarCode)
                        this.hform.HBillNo = res.result
                        this.GetMeesageByBillNo(res.result)
                    }
                });
            },
@@ -245,6 +257,7 @@
                    data: {HBillNo:this.hform.HBillNo,HBillType:this.hform.HBillType,HMaker:this.hform.HMaker,HStockOrgID:this.hform.HStockOrgID},
                    success: (res) => {
                        if(res.data.count == 1){
                            this.playSound(1)
                            var data = res.data.data
                            console.log(data)
                            this.hform.HInterID = data.hInterIDField
@@ -259,6 +272,7 @@
                            this.tabs = 2
                            this.DisBillEntryList();
                        }else{
                            this.playSound(0)
                            uni.showToast({
                                title:res.data.Message,
                                icon:'none'
@@ -268,6 +282,7 @@
                    },
                    fail: (res) => {
                        console.log(res);
                        this.playSound(0)
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
@@ -824,4 +839,10 @@
            }
        }
    }
    .checkbox{
        color: #888;
        font-size: 28rpx;
        margin-top: 30rpx;
        float: right;
    }
</style>
pages/shengchanlingliao/table.vue
@@ -19,12 +19,6 @@
                    <input v-model="hform.HBillNo" placeholder="请输入单据号" />
                </view>
            </view>
            <view class="form-item">
                <view class="title">源单单号:</view>
                <view class="right">
                    <input v-model="hform.HSourceBillNo" placeholder="请输入源单单号" />
                </view>
            </view>
            <view class="buttons">
                <button class="btn-a" size="mini" type="default" @tap="clear">重置</button>
                <button class="btn-c" size="mini" type="default" @tap="search">查询</button>
@@ -41,12 +35,6 @@
                    </view>
                    <view class="detail" v-if="item.单据内码">
                        <text>单据内码:</text>{{item.单据内码}}
                    </view>
                    <view class="detail" v-if="item.数量">
                        <text>数量:</text>{{item.数量}}
                    </view>
                    <view class="detail" v-if="item.源单单号">
                        <text>源单单号:</text>{{item.源单单号}}
                    </view>
                    <view class="detail" v-if="item.组织">
                        <text>组织:</text>{{item.组织}}
@@ -71,9 +59,6 @@
                    </view>
                    <view class="detail" v-if="item.数量">
                        <text>数量:</text>{{item.数量}}
                    </view>
                    <view class="detail" v-if="item.源单单号">
                        <text>源单单号:</text>{{item.源单单号}}
                    </view>
                    <view class="detail" v-if="item.物料代码">
                        <text>物料代码:</text>{{item.物料代码}}
@@ -115,7 +100,6 @@
                MvarReportTitle:'生产领料单校验缓存列表',
                hform:{
                    HBillNo:'',
                    HSourceBillNo:'',
                    HBillType: 1204,
                    HMaker: uni.getStorageSync('HUserName'),
                    HStockOrgID: uni.getStorageSync('OrganizationID'),
@@ -247,7 +231,6 @@
                this.sWhere = ''
                this.hform = {
                    HBillNo:'',
                    HSourceBillNo:'',
                    HBillType: 1204,
                    HMaker: uni.getStorageSync('HUserName'),
                    HStockOrgID: uni.getStorageSync('OrganizationID'),
pages/shengchanruku/form.vue
@@ -1,35 +1,7 @@
<template>
    <view>
        <view class="form">
<!--             <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 class="title">数量:</view>
                <view class="right">
                    <input v-model="hform.HQty" placeholder="请输入数量"/>
                </view>
            </view>
            <view class="form-item">
                <view class="title">仓库:</view>
                <view class="right">
                    <uni-combox :candidates="arrayHWHName" placeholder="请输入(或扫描)仓库" v-model="hform.HWHName" @input="HWHNameChange"></uni-combox>
                </view>
            </view>
            <view class="form-item">
                <view class="title">仓位:</view>
                <view class="right" v-show="showHStockPlaceName">
                    <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 class="tabs">
                <!-- <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>
@@ -67,11 +39,17 @@
                        <input name="HStockOrgName" disabled v-model="hform.HStockOrgName" />
                    </view>
                </view>
                <label class="checkbox">
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc"/>条码核对
                </label>
            </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;">
                        <view class="card-detail">
                            <view class="detail">
                                <text>单据数量:</text>{{item.单据数量}}
                            </view>
                            <view class="detail">
                                <text>物料代码:</text>{{item.物料代码}}
                            </view>
@@ -79,10 +57,28 @@
                                <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">
                                <text>仓位:</text>{{item.仓位}}
                            </view>
                            <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.条码个数}}
                            </view>
                        </view>
                    </uni-card>
@@ -162,23 +158,18 @@
            return {
                userInfo:getUserInfo(),
                serverUrl: uni.getStorageSync('serverUrl')||'http://47.96.97.237/API',
                HModName:'Kf_MateOutBill_Check_PDA',
                ModRightName:'CE_MateOutCheck',
                HModName:'Kf_ProductInBill_Check_PDA',
                ModRightName:'CE_ProductInCheck',
                OperationType: 1,
                
                showHBillNo:true,
                tabs:1,
                linterid:'',
                HBillNo:'',
                arrayHWHName:[],//仓库
                HWHNameList:[],
                arrayHStockPlaceName:[],//仓位
                HStockPlaceNameList:[],
                Materlist:[],
                hform:{
                    HBillType:1204,
                    HBillType:1202,
                    HBillerID:uni.getStorageSync('HBillerID'),
                    HRedBlueFlag:false,
                    
@@ -195,8 +186,8 @@
                    HStockOrgName:uni.getStorageSync('Organization'),
                    HStockOrgID:uni.getStorageSync('OrganizationID'),
                    HSourceBarCodeCtl:"N", //是否进行源单对应条码核对('Y'为核对)
                    chkHBarflag:1,
                    HBarflag:'Y',
                    chkHBarflag:false,
                    HBarflag:'',
                    HBarCode_B:'',
                    HMaterName_B:'',
@@ -216,25 +207,26 @@
            if(e.HBillNo){
                this.hform.HBillNo = e.HBillNo
                this.GetMeesageByBillNo(e.HBillNo)
            }else{
                // this.getNewData()
            }
            // this.getHBaseList()
        },
        methods: {
            playSound(e){
                const innerAudioContext = uni.createInnerAudioContext();
                if(e == 1){
                    innerAudioContext.src = '/static/success.wav';
                }else{
                    innerAudioContext.src = '/static/jingbao.wav';
                }
                innerAudioContext.play(); // 播放音频
            },
            //扫码
            toScanCode(){
                uni.scanCode({
                    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.hform.HBarCode = res.result
                        this.GetMeesageByBillNo(this.hform.HBarCode)
                        this.hform.HBillNo = res.result
                        this.GetMeesageByBillNo(this.hform.HBillNo)
                    }
                });
            },
@@ -245,6 +237,7 @@
                    data: {HBillNo:this.hform.HBillNo,HBillType:this.hform.HBillType,HMaker:this.hform.HMaker,HStockOrgID:this.hform.HStockOrgID},
                    success: (res) => {
                        if(res.data.count == 1){
                            this.playSound(1)
                            var data = res.data.data
                            console.log(data)
                            this.hform.HInterID = data.hInterIDField
@@ -259,6 +252,7 @@
                            this.tabs = 2
                            this.DisBillEntryList();
                        }else{
                            this.playSound(0)
                            uni.showToast({
                                title:res.data.Message,
                                icon:'none'
@@ -267,6 +261,7 @@
                        }
                    },
                    fail: (res) => {
                        this.playSound(0)
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
@@ -274,243 +269,6 @@
                        })
                    },
                });
            },
            //基础仓库资料
            getHBaseList(){
                uni.request({
                    url: this.serverUrl + '/Gy_Warehouse/list',
                    data: {sWhere:"",user:uni.getStorageSync('HUserName'),Organization:uni.getStorageSync('Organization')},
                    success: (res) => {
                        if(res.data.count == 1){
                            this.HWHNameList = res.data.data
                            for(var i=0;i<res.data.data.length;i++){
                                this.arrayHWHName[i] = res.data.data[i].仓库名称
                            }
                        }else{
                            uni.showToast({
                                title:'仓库数据请求失败',
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
                uni.request({
                    url: this.serverUrl + '/Gy_StockPlace/list',
                    data: {sWhere:"",user:uni.getStorageSync('HUserName'),Organization:uni.getStorageSync('Organization')},
                    success: (res) => {
                        if(res.data.count == 1){
                            this.HStockPlaceNameList = res.data.data
                            for(var i=0;i<res.data.data.length;i++){
                                this.arrayHStockPlaceName[i] = res.data.data[i].仓位名称
                            }
                        }else{
                            uni.showToast({
                                title:'仓位数据请求失败',
                                icon:'none'
                            })
                        }
                    },
                    fail: (res) => {
                        console.log(res);
                        uni.showToast({
                            title:'接口请求失败',
                            icon:'none'
                        })
                    },
                });
            },
            //选择仓库
            HWHNameChange(e){
                // var name = e.split("(")
                for(var i=0;i<this.HWHNameList.length;i++){
                    if(this.HWHNameList[i].仓库名称 == e){
                        this.hform.HWHName = this.HWHNameList[i].仓库名称
                        this.hform.HWHID = this.HWHNameList[i].HItemID
                    }
                }
            },
            //选择仓位
            HStockPlaceNameChange(e){
                for(var i=0;i<this.HStockPlaceNameList.length;i++){
                    if(this.HStockPlaceNameList[i].仓位名称 == e){
                        this.hform.HStockPlaceName = this.HStockPlaceNameList[i].仓位名称
                        this.hform.HStockPlaceID = this.HStockPlaceNameList[i].HItemID
                    }
                }
            },
            //扫条码处理
            getCode(HBarCode){
                //仓库、仓位文本框为空时,清空对应ID
                if (!this.hform.HWHName) {
                    this.hform.HWHID = 0
                }
                if (!this.hform.HStockPlaceName) {
                    this.hform.HStockPlaceID = 0
                }
                var sOldBarCode = HBarCode
                var HDeleteFlag = sOldBarCode.substring(0, 1);
                var sBarCode = sOldBarCode.slice(1);
                var sHWHID = this.hform.HWHID
                var sHSPID = this.hform.HStockPlaceID
                var sHQty = this.hform.HQty
                var sSourceBillNo = this.hform.HSourceBillNo
                var sSourceBillType = this.hform.HMainSourceBillType
                var HSourceFlag = this.hform.HSourceBillNo==''?false:true
                console.log(this.hform.HSourceBillNo,HSourceFlag)
                if (HDeleteFlag == "*") {
                    if (sBarCode == "") {
                        uni.showToast({
                            title:'请输入要删除的条码',
                            icon:'none'
                        })
                    }else{
                        uni.request({
                            url: this.serverUrl + '/WEBSController/set_DelPonderationBillMain_Temp_BarCode_Json',
                            data: { HInterID: this.hform.HInterID, HBillType: this.hform.HBillType, HBarCode: sBarCode },
                            success: (res) => {
                                console.log('删除条码',res.data);
                                this.hform.HBarCode = ''
                                if(res.data.count == 1){
                                    this.hform.HQty = ''
                                    this.DisBillEntryList()
                                }else{
                                    uni.showToast({
                                        title:res.data.Message,
                                        icon:'none'
                                    })
                                }
                            },
                            fail: (res) => {
                                console.log(res);
                                uni.showToast({
                                    title:'接口请求失败',
                                    icon:'none'
                                })
                            },
                        });
                    }
                }else {
                    var sBarCode = this.hform.HBarCode
                    if (sHQty == "") {
                        sHQty = 0;
                    }
                    uni.request({
                        url: this.serverUrl + '/WEBSController/Get_BarCode_Json',
                        data: { sBarCode: sBarCode, HInterID: this.hform.HInterID, HBillType: this.hform.HBillType, HBillNo: this.hform.HBillNo, HMaker: this.hform.HMaker, HWhID: sHWHID, HSPID: sHSPID, HQty: sHQty, HRedBlueFlag: this.hform.HRedBlueFlag, SourceFlag: HSourceFlag, HSourceBillNo: sSourceBillNo, HSourceBillType: sSourceBillType, HStockOrgID: this.hform.HStockOrgID, HScanStyle: "", HCustom1: "", HCustom2: "" },
                        success: (res) => {
                            console.log('扫码返回',res.data);
                            this.hform.HBarCode = ''
                            if(res.data.count == 1){
                                var data = res.data.data
                                if (data.hBarTypeField == '仓库条码') {
                                    this.hform.HWHName = data.hWhNameField
                                    this.hform.HWHID = data.hWhIDField
                                    this.hform.HStockPlaceName = ''
                                    this.hform.HStockPlaceID = 0
                                    if (data.hSPFlagField == 0) {
                                        this.showHStockPlaceName = false
                                    }else {
                                        this.showHStockPlaceName = true
                                    }
                                }else if (data.hBarTypeField == '仓位条码') {
                                    this.hform.HWHName = data.hWhNameField
                                    this.hform.HWHID = data.hWhIDField
                                    this.hform.HStockPlaceName = data.hSPNameField
                                    this.hform.HStockPlaceID = data.hSPIDField
                                }else if (data.hBarTypeField == '部门条码') {
                                    this.hform.HDeptName = data.hDeptNameField
                                    this.hform.HDeptID = data.hDeptIDField
                                    this.tabs = 1
                                }else if (data.hBarTypeField == '源单条码') {
                                    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
                                    //获取源单类型、源单单号
                                    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
                                    this.tabs = 2
                                }else {//物料条码
                                    this.tabs = 2
                                    if(!this.hform.HSourceBillNo){
                                        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
                                    }
                                }
                                //显示表体明细
                                this.DisBillEntryList()
                                //清空数量
                                this.hform.HQty = ''
                            }else{
                                uni.showToast({
                                    title:res.data.Message,
                                    icon:'none'
                                })
                            }
                        },
                        fail: (res) => {
                            console.log(res);
                            uni.showToast({
                                title:'接口请求失败',
                                icon:'none'
                            })
                        },
                    });
                }
            },
            //物料信息
            DisBillEntryList(){
@@ -557,38 +315,6 @@
                    },
                });
            },
            //删除物料码
            delMater(item){
                uni.showModal({
                    title: '提示',
                    content: '确认要删除 " ' + item.物料名称 + ' " 所有扫码记录?删除后将不可恢复!',
                    success: (res) => {
                        if (res.confirm) {
                            uni.request({
                                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()
                                    }else{
                                        uni.showToast({
                                            title:res.data.Message,
                                            icon:'none'
                                        })
                                    }
                                },
                                fail: (res) => {
                                    console.log(res);
                                    uni.showToast({
                                        title:'接口请求失败',
                                        icon:'none'
                                    })
                                },
                            });
                        }
                    }
                });
            },
            submit() {
                if(this.hform.HInterID == 0 ||!this.hform.HInterID){
                    uni.showToast({
@@ -623,7 +349,7 @@
                        })
                        var sMainStr = JSON.stringify(this.hform);
                        uni.request({
                            url: this.serverUrl + '/WEBSController/set_SaveMateOutBill_BillCheck_Json',
                            url: this.serverUrl + '/WEBSController/set_SaveProductInBill_BillCheck_Json',
                            method:'POST',
                            dataType:"json",
                            data:{ oMain: sMainStr },
@@ -638,7 +364,7 @@
                                            if (res.confirm) {
                                                console.log('用户点击确定');
                                                uni.redirectTo({
                                                    url:'/pages/shengchanlingliao/form?OperationType=1'
                                                    url:'/pages/shengchanruku/form?OperationType=1'
                                                })
                                            } else if (res.cancel) {
                                                console.log('用户点击取消');
@@ -824,4 +550,10 @@
            }
        }
    }
    .checkbox{
        color: #888;
        font-size: 28rpx;
        margin-top: 30rpx;
        float: right;
    }
</style>
pages/shengchanruku/table.vue
@@ -19,12 +19,6 @@
                    <input v-model="hform.HBillNo" placeholder="请输入单据号" />
                </view>
            </view>
            <view class="form-item">
                <view class="title">源单单号:</view>
                <view class="right">
                    <input v-model="hform.HSourceBillNo" placeholder="请输入源单单号" />
                </view>
            </view>
            <view class="buttons">
                <button class="btn-a" size="mini" type="default" @tap="clear">重置</button>
                <button class="btn-c" size="mini" type="default" @tap="search">查询</button>
@@ -38,15 +32,6 @@
                <view class="card-detail">
                    <view class="detail" v-if="item.制单人">
                        <text>制单人:</text>{{item.制单人}}
                    </view>
                    <view class="detail" v-if="item.单据内码">
                        <text>单据内码:</text>{{item.单据内码}}
                    </view>
                    <view class="detail" v-if="item.数量">
                        <text>数量:</text>{{item.数量}}
                    </view>
                    <view class="detail" v-if="item.源单单号">
                        <text>源单单号:</text>{{item.源单单号}}
                    </view>
                    <view class="detail" v-if="item.组织">
                        <text>组织:</text>{{item.组织}}
@@ -71,9 +56,6 @@
                    </view>
                    <view class="detail" v-if="item.数量">
                        <text>数量:</text>{{item.数量}}
                    </view>
                    <view class="detail" v-if="item.源单单号">
                        <text>源单单号:</text>{{item.源单单号}}
                    </view>
                    <view class="detail" v-if="item.物料代码">
                        <text>物料代码:</text>{{item.物料代码}}
@@ -111,12 +93,11 @@
                userInfo:getUserInfo(),
                serverUrl: uni.getStorageSync('serverUrl')||'http://47.96.97.237/API',
                tabs:0,
                urls:'/WEBSController/GetKf_PonderationBillMain_TempList_New_Json',
                MvarReportTitle:'销售出库单缓存列表',
                urls:'/WEBSController/GetKf_PonderationBillMain_TempList_BillCheck_Json',
                MvarReportTitle:'生产入库单校验缓存列表',
                hform:{
                    HBillNo:'',
                    HSourceBillNo:'',
                    HBillType: 1205,
                    HBillType: 1202,
                    HMaker: uni.getStorageSync('HUserName'),
                    HStockOrgID: uni.getStorageSync('OrganizationID'),
                },
@@ -151,7 +132,7 @@
                uni.request({
                    url: this.serverUrl + '/WEBSController/CheckModRight_Json',
                    data:{ 
                        ModRightName: 'CE_SellOut',
                        ModRightName: 'CE_ProductInCheck',
                        HUserName: uni.getStorageSync('HUserName')
                    },
                    success: (res) => {
@@ -183,10 +164,10 @@
                this.showList = []
                
                if(this.tabs == 0){
                    this.urls = '/WEBSController/GetKf_PonderationBillMain_TempList_New_Json'
                    this.urls = '/WEBSController/GetKf_PonderationBillMain_TempList_BillCheck_Json'
                }
                if(this.tabs == 1){
                    this.urls = '/WEBSController/GetKf_ICStockBillQueryList_User_Json'
                    this.urls = '/WEBSController/GetKf_ICStockBillQueryList_User_BillCheck_Json'
                }
                this.getList()
            },
@@ -247,8 +228,7 @@
                this.sWhere = ''
                this.hform = {
                    HBillNo:'',
                    HSourceBillNo:'',
                    HBillType: 1205,
                    HBillType: 1202,
                    HMaker: uni.getStorageSync('HUserName'),
                    HStockOrgID: uni.getStorageSync('OrganizationID'),
                }
@@ -262,32 +242,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
                            })
                        }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){
@@ -299,12 +280,13 @@
                        if (res.confirm) {
                            console.log('用户点击确定');
                            uni.request({
                                url: this.serverUrl + '/WEBSController/set_DelPonderationBillMain_Temp_New_Json',
                                url: this.serverUrl + '/WEBSController/DeleteTempBillList_BillCheck_Json',
                                data:{ 
                                    HInterID: item.HInterID,
                                    HBillNo: item.单据号,
                                    HBillType: this.hform.HBillType,
                                    HMaker: uni.getStorageSync('HUserName'),
                                    HStockOrgID:this.hform.HStockOrgID,
                                    MvarReportTitle:this.MvarReportTitle,
                                },
                                success: (res) => {
@@ -342,12 +324,13 @@
                        if (res.confirm) {
                            console.log('用户点击确定');
                            uni.request({
                                url: this.serverUrl + '/WEBSController/set_DeleteICStockBillAndWMS_Json',
                                url: this.serverUrl + '/WEBSController/set_DeleteICStockBillAndWMS_BillCheck_Json',
                                data:{ 
                                    HInterID: item.HInterID,
                                    HBillNo: item.单据号,
                                    HBillType: this.hform.HBillType,
                                    HMaker: uni.getStorageSync('HUserName'),
                                    HStockOrgID:this.hform.HStockOrgID,
                                    MvarReportTitle:this.MvarReportTitle,
                                },
                                success: (res) => {
pages/shouliaotongzhi/table.vue
@@ -72,6 +72,15 @@
        },
        onLoad() {},
        methods: {
            playSound(e){
                const innerAudioContext = uni.createInnerAudioContext();
                if(e == 1){
                    innerAudioContext.src = '/static/success.wav';
                }else{
                    innerAudioContext.src = '/static/jingbao.wav';
                }
                innerAudioContext.play(); // 播放音频
            },
            //扫码
            toScanCode(){
                uni.scanCode({
@@ -99,6 +108,7 @@
                            console.log('扫码返回',res.data.data);
                            this.HBarCode = ''
                            if(res.data.count == 1){
                                this.playSound(1)
                                var data = res.data.data
                                this.baseInfo = {
                                    HBillNo:data[0].单据号,
@@ -108,6 +118,7 @@
                                }
                                this.listData = data
                            }else{
                                this.playSound(0)
                                uni.showToast({
                                    title:res.data.Message,
                                    icon:'none'
@@ -115,6 +126,7 @@
                            }
                        },
                        fail: (res) => {
                            this.playSound(0)
                            console.log(res);
                            uni.showToast({
                                title:'接口请求失败',
pages/weiwailingliaojiaoyan/form.vue
@@ -449,25 +449,26 @@
                    if (sHQty == "") {
                        sHQty = 0;
                    }
                    uni.request({
                        url: this.serverUrl + '/WEBSController/Get_BarCode_Json',
                        url: this.serverUrl + '/WEBSController/get_CheckTypeByBarCode_BillCheck_Json',
                        data: {
                            sBarCode: sBarCode,
                            HInterID: this.hform.HInterID,
                            HBillID: this.hform.HInterID || 0,
                            HBillType: this.hform.HBillType,
                            HBillNo: this.hform.HBillNo,
                            HMaker: this.hform.HMaker,
                            HWhID: sHWHID,
                            HSPID: sHSPID,
                            HQty: sHQty,
                            HRedBlueFlag: this.hform.HRedBlueFlag,
                            SourceFlag: HSourceFlag,
                            HSourceBillNo: sSourceBillNo,
                            HSourceBillType: sSourceBillType,
                            // HRedBlueFlag: this.hform.HRedBlueFlag,
                            // SourceFlag: HSourceFlag,
                            // HSourceBillNo: sSourceBillNo,
                            // HSourceBillType: sSourceBillType,
                            HStockOrgID: this.hform.HStockOrgID,
                            HScanStyle: "",
                            HCustom1: "",
                            HCustom2: ""
                            // HScanStyle: "",
                            // HCustom1: "",
                            // HCustom2: ""
                        },
                        success: (res) => {
                            console.log('扫码返回', res.data);
@@ -699,7 +700,7 @@
                        })
                        var sMainStr = JSON.stringify(this.hform);
                        uni.request({
                            url: this.serverUrl + 'WEBSController/set_SaveSellOutBill_BillCheck_Json',
                            url: this.serverUrl + '/WEBSController/set_SaveEntrustOutBill_BillCheck_Json',
                            method: 'POST',
                            dataType: "json",
                            data: {
@@ -716,7 +717,7 @@
                                            if (res.confirm) {
                                                console.log('用户点击确定');
                                                uni.redirectTo({
                                                    url: '/pages/shengchanlingliao/form?OperationType=1'
                                                    url: '/pages/weiwailingliaojiaoyan/form?OperationType=1'
                                                })
                                            } else if (res.cancel) {
                                                console.log('用户点击取消');
@@ -759,7 +760,7 @@
                        if (res.confirm) {
                            console.log('用户点击确定');
                            uni.redirectTo({
                                url: '/pages/qitachukujiaoyan/qitachukujiaoyan'
                                url: '/pages/weiwailingliaojiaoyan/table'
                            })
                        } else if (res.cancel) {
                            console.log('用户点击取消');
pages/xiaoshouchuku/form.vue
@@ -354,6 +354,15 @@
            this.getHDeptList()
        },
        methods: {
            playSound(e){
                const innerAudioContext = uni.createInnerAudioContext();
                if(e == 1){
                    innerAudioContext.src = '/static/success.wav';
                }else{
                    innerAudioContext.src = '/static/jingbao.wav';
                }
                innerAudioContext.play(); // 播放音频
            },
            //扫码
            toScanCode(){
                uni.scanCode({
@@ -770,6 +779,7 @@
                console.log(this.hform.HSourceBillNo,HSourceFlag)
                if (HDeleteFlag == "*") {
                    if (sBarCode == "") {
                        this.playSound(0)
                        uni.showToast({
                            title:'请扫描要删除的条码',
                            icon:'none'
@@ -782,9 +792,11 @@
                                console.log('删除条码',res.data);
                                this.hform.HBarCode = ''
                                if(res.data.count == 1){
                                    this.playSound(1)
                                    this.hform.HQty = ''
                                    this.DisBillEntryList()
                                }else{
                                    this.playSound(0)
                                    uni.showToast({
                                        title:res.data.Message,
                                        icon:'none'
@@ -792,6 +804,7 @@
                                }
                            },
                            fail: (res) => {
                                this.playSound(0)
                                console.log(res);
                                uni.showToast({
                                    title:'接口请求失败',
@@ -812,6 +825,7 @@
                            console.log('扫码返回',res.data);
                            this.hform.HBarCode = ''
                            if(res.data.count == 1){
                                this.playSound(1)
                                var data = res.data.data
                                if (data.hBarTypeField == '仓库条码') {
                                    this.hform.HWHName = data.hWhNameField
@@ -875,6 +889,7 @@
                                //清空数量
                                this.hform.HQty = ''
                            }else{
                                this.playSound(0)
                                uni.showToast({
                                    title:res.data.Message,
                                    icon:'none'
@@ -882,6 +897,7 @@
                            }
                        },
                        fail: (res) => {
                            this.playSound(0)
                            console.log(res);
                            uni.showToast({
                                title:'接口请求失败',
pages/xiaoshouchukujiaoyan/form.vue
@@ -450,24 +450,24 @@
                        sHQty = 0;
                    }
                    uni.request({
                        url: this.serverUrl + '/WEBSController/Get_BarCode_Json',
                        url: this.serverUrl + '/WEBSController/get_CheckTypeByBarCode_BillCheck_Json',
                        data: {
                            sBarCode: sBarCode,
                            HInterID: this.hform.HInterID,
                            HBillID: this.hform.HInterID || 0,
                            HBillType: this.hform.HBillType,
                            HBillNo: this.hform.HBillNo,
                            HMaker: this.hform.HMaker,
                            HWhID: sHWHID,
                            HSPID: sHSPID,
                            HQty: sHQty,
                            HRedBlueFlag: this.hform.HRedBlueFlag,
                            SourceFlag: HSourceFlag,
                            HSourceBillNo: sSourceBillNo,
                            HSourceBillType: sSourceBillType,
                            // HRedBlueFlag: this.hform.HRedBlueFlag,
                            // SourceFlag: HSourceFlag,
                            // HSourceBillNo: sSourceBillNo,
                            // HSourceBillType: sSourceBillType,
                            HStockOrgID: this.hform.HStockOrgID,
                            HScanStyle: "",
                            HCustom1: "",
                            HCustom2: ""
                            // HScanStyle: "",
                            // HCustom1: "",
                            // HCustom2: ""
                        },
                        success: (res) => {
                            console.log('扫码返回', res.data);
@@ -699,7 +699,7 @@
                        })
                        var sMainStr = JSON.stringify(this.hform);
                        uni.request({
                            url: this.serverUrl + 'WEBSController/set_SaveSellOutBill_BillCheck_Json',
                            url: this.serverUrl + '/WEBSController/set_SaveSellOutBill_BillCheck_Json',
                            method: 'POST',
                            dataType: "json",
                            data: {
@@ -716,7 +716,7 @@
                                            if (res.confirm) {
                                                console.log('用户点击确定');
                                                uni.redirectTo({
                                                    url: '/pages/shengchanlingliao/form?OperationType=1'
                                                    url: '/pages/xiaoshouchukujiaoyan/form?OperationType=1'
                                                })
                                            } else if (res.cancel) {
                                                console.log('用户点击取消');
pages/xiaoshoutuihuo/form.vue
@@ -314,6 +314,15 @@
            this.getHDeptList()
        },
        methods: {
            playSound(e){
                const innerAudioContext = uni.createInnerAudioContext();
                if(e == 1){
                    innerAudioContext.src = '/static/success.wav';
                }else{
                    innerAudioContext.src = '/static/jingbao.wav';
                }
                innerAudioContext.play(); // 播放音频
            },
            //扫码
            toScanCode(){
                uni.scanCode({
@@ -648,6 +657,7 @@
                console.log(this.hform.HSourceBillNo,HSourceFlag)
                if (HDeleteFlag == "*") {
                    if (sBarCode == "") {
                        this.playSound(0)
                        uni.showToast({
                            title:'请扫描要删除的条码',
                            icon:'none'
@@ -660,9 +670,11 @@
                                console.log('删除条码',res.data);
                                this.hform.HBarCode = ''
                                if(res.data.count == 1){
                                    this.playSound(1)
                                    this.hform.HQty = ''
                                    this.DisBillEntryList()
                                }else{
                                    this.playSound(0)
                                    uni.showToast({
                                        title:res.data.Message,
                                        icon:'none'
@@ -670,6 +682,7 @@
                                }
                            },
                            fail: (res) => {
                                this.playSound(0)
                                console.log(res);
                                uni.showToast({
                                    title:'接口请求失败',
@@ -690,6 +703,7 @@
                            console.log('扫码返回',res.data);
                            this.hform.HBarCode = ''
                            if(res.data.count == 1){
                                this.playSound(1)
                                var data = res.data.data
                                if (data.hBarTypeField == '仓库条码') {
                                    this.hform.HWHName = data.hWhNameField
@@ -753,6 +767,7 @@
                                //清空数量
                                this.hform.HQty = ''
                            }else{
                                this.playSound(0)
                                uni.showToast({
                                    title:res.data.Message,
                                    icon:'none'
@@ -760,6 +775,7 @@
                            }
                        },
                        fail: (res) => {
                            this.playSound(0)
                            console.log(res);
                            uni.showToast({
                                title:'接口请求失败',