chenhaozhe
6 天以前 4c41c0a7e0df2382316fdb7adc2f64a0445aa07f
更新物料条码
3个文件已修改
41 ■■■■ 已修改文件
.env.development 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/static/grf/物料条码.grf 31 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.development
@@ -5,10 +5,10 @@
ENV = 'development'
# æ™ºäº‘迈思L-MOM管理系统/开发环境
# VUE_APP_BASE_API = 'http://localhost:81/API/'
VUE_APP_BASE_API = 'http://localhost:81/API/'
# VUE_APP_BASE_API = 'http://47.96.97.237/API/'
# VUE_APP_BASE_API = 'http://220.189.218.155:9010/API/'
# VUE_APP_BASE_API = 'http://localhost:8082/LuBaoAPI/'
VUE_APP_BASE_API = 'http://192.168.1.11/API/'
# VUE_APP_BASE_API = 'http://192.168.1.11/API/'
# è·¯ç”±æ‡’加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
public/static/grf/ÎïÁÏÌõÂë.grf
@@ -1,5 +1,5 @@
{
    "Version":"6.8.2.2",
    "Version":"6.8.9.5",
    "Font":{
        "Name":"微软雅黑",
        "Size":120000,
@@ -10,10 +10,10 @@
        "Size":256,
        "Width":10,
        "Height":6,
        "LeftMargin":0,
        "TopMargin":0,
        "RightMargin":0,
        "BottomMargin":0
        "LeftMargin":0.1,
        "TopMargin":0.1,
        "RightMargin":0.1,
        "BottomMargin":0.1
    },
    "DetailGrid":{
        "Recordset":{
@@ -57,7 +57,7 @@
            }
        ],
        "ColumnContent":{
            "Height":6,
            "Height":5.8,
            "ColumnContentCell":[
                {
                    "Column":"Column1",
@@ -66,7 +66,6 @@
                        {
                            "Type":"FreeGrid",
                            "Name":"FreeGrid1",
                            "Left":0.1,
                            "Top":0.1,
                            "Border":{
                                "Styles":"[DrawLeft|DrawTop|DrawRight|DrawBottom]"
@@ -94,31 +93,31 @@
                            "FreeGridRow":[
                                {
                                    "index":1,
                                    "Height":0.82
                                    "Height":0.75
                                },
                                {
                                    "index":2,
                                    "Height":0.82
                                    "Height":0.75
                                },
                                {
                                    "index":3,
                                    "Height":0.82
                                    "Height":1.2
                                },
                                {
                                    "index":4,
                                    "Height":0.82
                                    "Height":0.75
                                },
                                {
                                    "index":5,
                                    "Height":0.82
                                    "Height":0.75
                                },
                                {
                                    "index":6,
                                    "Height":0.82
                                    "Height":0.75
                                },
                                {
                                    "index":7,
                                    "Height":0.82
                                    "Height":0.75
                                }
                            ],
                            "FreeGridCell":[
@@ -171,9 +170,10 @@
                                        {
                                            "Type":"Barcode",
                                            "Name":"Barcode1",
                                            "Anchor":"[]",
                                            "Center":"Both",
                                            "Left":0.0264583,
                                            "Top":0.0264583,
                                            "Top":0.079375,
                                            "Width":3.20146,
                                            "Height":3.20146,
                                            "BarcodeType":"QRCode",
@@ -199,6 +199,7 @@
                                {
                                    "row":3,
                                    "col":2,
                                    "WordWrap":true,
                                    "Text":"[#规格型号#]"
                                },
                                {
src/views/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong.vue
@@ -10,7 +10,7 @@
            <el-row>
                <el-col :span="6">
                    <el-form-item label="日期">
                        <el-date-picker v-model="initMainData.HDate" type="date" placeholder="选择日期" value-format="yyyy-MM-ddT" style="width: 100%"> </el-date-picker>
                        <el-date-picker v-model="initMainData.HDate" type="date" placeholder="选择日期" value-format="yyyy-MM-dd" style="width: 100%"> </el-date-picker>
                    </el-form-item>
                </el-col>
                <el-col :span="6">
@@ -112,7 +112,7 @@
            <el-row>
                <el-col :span="6">
                    <el-form-item label="生产日期">
                        <el-date-picker v-model="initMainData.HInspectionDate" type="date" placeholder="选择日期" value-format="yyyy-MM-ddT" style="width: 100%"> </el-date-picker>
                        <el-date-picker v-model="initMainData.HInspectionDate" type="date" placeholder="选择日期" value-format="yyyy-MM-dd" style="width: 100%"> </el-date-picker>
                    </el-form-item>
                </el-col>
                <el-col :span="6">
@@ -122,7 +122,7 @@
                </el-col>
                <el-col :span="6">
                    <el-form-item label="复检日期">
                        <el-date-picker v-model="initMainData.HReInspectionDate" type="date" placeholder="选择日期" value-format="yyyy-MM-ddT" style="width: 100%" disabled> </el-date-picker>
                        <el-date-picker v-model="initMainData.HReInspectionDate" type="date" placeholder="选择日期" value-format="yyyy-MM-dd" style="width: 100%" disabled> </el-date-picker>
                    </el-form-item>
                </el-col>
            </el-row>