作者 朱兆平

入库样例表单清空

@@ -1287,47 +1287,47 @@ @@ -1287,47 +1287,47 @@
1287 } 1287 }
1288 }, 1288 },
1289 mounted() { 1289 mounted() {
1290 - this.addForm = {  
1291 - area: '',  
1292 - feeweight: 22.68,  
1293 - custel: '',  
1294 - customer: '',  
1295 - custcode: 'APX',  
1296 - goodstype: '运单',  
1297 - house:'',  
1298 - ietype:'I',  
1299 - location:'hx001',  
1300 - opter:'wuliu',  
1301 - opttime: '',  
1302 - pcs: 17,  
1303 - totalpcs:113,  
1304 - serialnumber: '',  
1305 - station: '',  
1306 - status: '',  
1307 - licenseplate: '豫A61CR7',  
1308 - transtype:'销售入库',  
1309 - goodssize:'120x230x78x17',  
1310 - goodsvol:36.60,  
1311 - waybill:'172-12345678',  
1312 - billfhl:'FILE788',  
1313 - //随货文件  
1314 - hasFiles:false,  
1315 - hasUnusual:false,  
1316 - unusuals:[],  
1317 - files:[],  
1318 - damages:[],  
1319 - sphCodes:[],  
1320 - billweight:12.34,  
1321 - totalweight:2573,  
1322 - packingid:'PK',  
1323 - remark:'',  
1324 - remark1:'备注',  
1325 - remark2:'',  
1326 - remark3:'',  
1327 - remark4:'',  
1328 - remark5:'',  
1329 - annex:''  
1330 - } 1290 + // this.addForm = {
  1291 + // area: '',
  1292 + // feeweight: 22.68,
  1293 + // custel: '',
  1294 + // customer: '',
  1295 + // custcode: 'APX',
  1296 + // goodstype: '运单',
  1297 + // house:'',
  1298 + // ietype:'I',
  1299 + // location:'hx001',
  1300 + // opter:'wuliu',
  1301 + // opttime: '',
  1302 + // pcs: 17,
  1303 + // totalpcs:113,
  1304 + // serialnumber: '',
  1305 + // station: '',
  1306 + // status: '',
  1307 + // licenseplate: '豫A61CR7',
  1308 + // transtype:'销售入库',
  1309 + // goodssize:'120x230x78x17',
  1310 + // goodsvol:36.60,
  1311 + // waybill:'172-12345678',
  1312 + // billfhl:'FILE788',
  1313 + // //随货文件
  1314 + // hasFiles:false,
  1315 + // hasUnusual:false,
  1316 + // unusuals:[],
  1317 + // files:[],
  1318 + // damages:[],
  1319 + // sphCodes:[],
  1320 + // billweight:12.34,
  1321 + // totalweight:2573,
  1322 + // packingid:'PK',
  1323 + // remark:'',
  1324 + // remark1:'备注',
  1325 + // remark2:'',
  1326 + // remark3:'',
  1327 + // remark4:'',
  1328 + // remark5:'',
  1329 + // annex:''
  1330 + // }
1331 1331
1332 this.getAreaList(); 1332 this.getAreaList();
1333 this.getLocationList(); 1333 this.getLocationList();