销售出库扫码添加参数&样式调整

master
guoshuang 6 months ago
parent 1f4eb96dd7
commit c0e05ba37c

@ -142,7 +142,7 @@ export default class LoginPage extends BasePage {
// console.log('Version////', this.Version); // console.log('Version////', this.Version);
} }
///****************** ///******************
version = '0.0.162'; // version = '0.0.163'; //
//version = '0.0.14'; // //version = '0.0.14'; //
//*************** false true **************** //*************** false true ****************
//isTest = true; //isTest = true;

@ -354,6 +354,7 @@ export default class SaleOutWH extends BasePage {
let item: any = {}; let item: any = {};
item.sn = this.boxnumber; item.sn = this.boxnumber;
item.siteCode = session.FactoryCode; item.siteCode = session.FactoryCode;
item.batchNumber = this.bimWl.value;
await this.model.ScanCodeWholePallet(item); await this.model.ScanCodeWholePallet(item);
if (this.model.scanCode == '200') { if (this.model.scanCode == '200') {
let chongfuscan = this.list.some((item) => item.storageId === model.scandatalist[0].storageId); let chongfuscan = this.list.some((item) => item.storageId === model.scandatalist[0].storageId);
@ -663,8 +664,9 @@ export default class SaleOutWH extends BasePage {
.list { .list {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-around;
.rowleft { .rowleft {
width: 80%; width: 90%;
.row-list { .row-list {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

Loading…
Cancel
Save