正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
@@ -398,8 +398,7 @@ | @@ -398,8 +398,7 @@ | ||
398 | <el-col :span="8"> | 398 | <el-col :span="8"> |
399 | <el-tooltip content="运抵编号:北方模式必填;南方模式免填;水运中转模式选填。运抵编号规则:4位申报地海关代码+2位卸货地代码+6位编号生成日期(顺序为年(2位)月(2位))日(2位))+6位流水号" effect="light"> | 399 | <el-tooltip content="运抵编号:北方模式必填;南方模式免填;水运中转模式选填。运抵编号规则:4位申报地海关代码+2位卸货地代码+6位编号生成日期(顺序为年(2位)月(2位))日(2位))+6位流水号" effect="light"> |
400 | <el-form-item label="运抵编号" prop="arriveno"> | 400 | <el-form-item label="运抵编号" prop="arriveno"> |
401 | - <el-input suffix-icon=“xxxx” v-model="form.arriveno" :disabled="form.trnmode==1" placeholder="" | ||
402 | - /> | 401 | + <el-input suffix-icon=“xxxx” v-model="form.arriveno" :disabled="form.trnmode==1" placeholder="" clearable /> |
403 | </el-form-item> | 402 | </el-form-item> |
404 | </el-tooltip> | 403 | </el-tooltip> |
405 | 404 | ||
@@ -928,6 +927,8 @@ | @@ -928,6 +927,8 @@ | ||
928 | this.form.trafway = '5' | 927 | this.form.trafway = '5' |
929 | this.form.unloadcode = '460043' | 928 | this.form.unloadcode = '460043' |
930 | this.form.customscode = '4604' | 929 | this.form.customscode = '4604' |
930 | + //给运抵编号赋值 | ||
931 | + this.form.arriveno = this.form.customscode + this.form.unloadcode.substring(this.form.unloadcode.length - 2, this.form.unloadcode.length) + new Date().format('yyMMddHHmmss'); | ||
931 | }, | 932 | }, |
932 | 933 | ||
933 | // 新增功能 | 934 | // 新增功能 |
-
请 注册 或 登录 后发表评论