切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
朱兆平
2 years ago
提交
4c1d251f1f6a92ad8b0c255356b8ea92559b1a05
1 个父辈
66cfd764
入库样例表单清空
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
41 行增加
和
41 行删除
src/views/deploy/houseRecord.vue
src/views/deploy/houseRecord.vue
查看文件 @
4c1d251
...
...
@@ -1287,47 +1287,47 @@
}
},
mounted() {
this.addForm = {
area: '',
feeweight: 22.68,
custel: '',
customer: '',
custcode: 'APX',
goodstype: '运单',
house:'',
ietype:'I',
location:'hx001',
opter:'wuliu',
opttime: '',
pcs: 17,
totalpcs:113,
serialnumber: '',
station: '',
status: '',
licenseplate: '豫A61CR7',
transtype:'销售入库',
goodssize:'120x230x78x17',
goodsvol:36.60,
waybill:'172-12345678',
billfhl:'FILE788',
//随货文件
hasFiles:false,
hasUnusual:false,
unusuals:[],
files:[],
damages:[],
sphCodes:[],
billweight:12.34,
totalweight:2573,
packingid:'PK',
remark:'',
remark1:'备注',
remark2:'',
remark3:'',
remark4:'',
remark5:'',
annex:''
}
// this.addForm = {
// area: '',
// feeweight: 22.68,
// custel: '',
// customer: '',
// custcode: 'APX',
// goodstype: '运单',
// house:'',
// ietype:'I',
// location:'hx001',
// opter:'wuliu',
// opttime: '',
// pcs: 17,
// totalpcs:113,
// serialnumber: '',
// station: '',
// status: '',
// licenseplate: '豫A61CR7',
// transtype:'销售入库',
// goodssize:'120x230x78x17',
// goodsvol:36.60,
// waybill:'172-12345678',
// billfhl:'FILE788',
// //随货文件
// hasFiles:false,
// hasUnusual:false,
// unusuals:[],
// files:[],
// damages:[],
// sphCodes:[],
// billweight:12.34,
// totalweight:2573,
// packingid:'PK',
// remark:'',
// remark1:'备注',
// remark2:'',
// remark3:'',
// remark4:'',
// remark5:'',
// annex:''
// }
this.getAreaList();
this.getLocationList();
...
...
请
注册
或
登录
后发表评论