chenhaozhe
2025-09-09 d2499258556390979b7e8364235fbb8fed9468bc
调整收料通知单打印模板 调整收料通知单 条码生成页面 数量为可修改
5个文件已修改
42 ■■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/huanyangdan/form.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/quyangdan/form.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shouliaotongzhi/table_son.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "1.0.67",
    "versionCode" : 167,
    "versionName" : "1.0.70",
    "versionCode" : 170,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages.json
@@ -724,6 +724,18 @@
            }
        },
        {
            "path": "pages/tiaomaguanli/table",
            "style": {
                "navigationBarTitleText": "条码管理"
            }
        },
        {
            "path": "pages/tiaomaguanli/table_son",
            "style": {
                "navigationBarTitleText": "条码生成"
            }
        },
        {
            "path": "pages/quyangdan/table",
            "style": {
                "navigationBarTitleText": "取样单",
pages/huanyangdan/form.vue
@@ -4,8 +4,7 @@
            <view class="form-item">
                <view class="title">条形码:</view>
                <view class="right">
                    <input type="text" name="HBarCode" id="HBarCode" v-model="HBarCode"
                        @confirm="getCode(HBarCode)" />
                    <input type="text" name="HBarCode" id="HBarCode" v-model="HBarCode" @confirm="getCode(HBarCode)" />
                </view>
                <view class="right-icon" @click="toScanCode">
                    <uni-icons color="#fff" type="scan" size="24"></uni-icons>
@@ -557,10 +556,11 @@
                        title: '条形码不能为空'
                    })
                }
                let sWhere = " and 单据号='" + HBarCode + "'";
                CommonUtils.doRequest2({
                    url: '/api/newBill/getHbarCodeDetail',
                    url: '/QC_TakeSampleCheckBill/Get_BackSampleList',
                    data: {
                        "sBillBarCode": HBarCode
                        "sWhere": sWhere
                    },
                    resFunction: (res) => {
                        let {
@@ -697,7 +697,6 @@
</script>
<style lang="scss" scoped>
    .scroll-content {
        box-sizing: border-box;
        padding: 20rpx;
pages/quyangdan/form.vue
@@ -4,8 +4,7 @@
            <view class="form-item">
                <view class="title">条形码:</view>
                <view class="right">
                    <input type="text" name="HBarCode" id="HBarCode" v-model="HBarCode"
                        @confirm="getCode(HBarCode)" />
                    <input type="text" name="HBarCode" id="HBarCode" v-model="HBarCode" @confirm="getCode(HBarCode)" />
                </view>
                <view class="right-icon" @click="toScanCode">
                    <uni-icons color="#fff" type="scan" size="24"></uni-icons>
@@ -592,11 +591,10 @@
                        title: '条形码不能为空'
                    })
                }
                let sWhere = " and 单据号='" + HBarCode + "'";
                CommonUtils.doRequest2({
                    url: '/QC_TakeSampleCheckBill/Get_BackSampleList',
                    url: '/api/newBill/getHbarCodeDetail',
                    data: {
                        "sWhere": sWhere
                        "sBillBarCode": HBarCode
                    },
                    resFunction: (res) => {
                        let {
@@ -733,7 +731,6 @@
</script>
<style lang="scss" scoped>
    .scroll-content {
        box-sizing: border-box;
        padding: 20rpx;
pages/shouliaotongzhi/table_son.vue
@@ -33,8 +33,8 @@
            </view>
            <view class="form-item">
                <view class="title">收料数量:</view>
                <view class="righton">
                    <input v-model="baseInfo.HQty" disabled />
                <view class="right">
                    <input v-model="baseInfo.HQty" @blur="baseInfo.HMinQty = baseInfo.HQty"  />
                </view>
            </view>
            <view class="form-item">
@@ -402,8 +402,8 @@
ENDQR
T 24 0 0 30 供应商: ${this.baseInfo.HSupNameShort}
T 55 0 0 55 (Supplier)
T 24 0 200 30 客户编号: ${this.baseInfo.HFactory || ''}
T 55 0 200 55 (Consumer No.)
T 24 0 220 30 客户编号: ${this.baseInfo.HFactory || ''}
T 55 0 220 55 (Consumer No.)
T 24 0 0 75 物料编码: ${this.baseInfo.HMaterNumber}
T 55 0 0 100 (Material Number)
T 24 0 0 120 物料名称: ${this.baseInfo.HMaterName}