dam-7 feat 委外入库提示修改

master
hou 3 years ago
parent 71d541d53e
commit ca3080346e

@ -438,7 +438,7 @@ export default {
DocumentNumber: '文件号',
Posting: '过账',
fileNumber: '请输入文件号',
failed: '过账失败',
failed: '过账失败请前往PC过账',
Warehouse_Tip10: '请选择sap库存地点',
Warehouse_Tip11: '该单号不存在或已经操作完成',
Warehouse_TotalNumber: '总数',

@ -21,7 +21,7 @@ export default {
request_Tip8: 'Gateway error',
inventory: 'inventory',
request_Tip9: 'Service Unavailable',
failed: 'Posting failed',
failed: 'Posting failed, please go to PC Posting',
request_Tip10: 'Gateway timeout',
differences: 'differences',
shortage: 'shortage',

@ -3,7 +3,8 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"__pages_comment": "pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages",
"pages": [{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
@ -770,7 +771,6 @@
}
},
{
"path": "pages/raw/commission/goOut/index",
"style": {
"navigationBarTitleText": "委外出库",

@ -150,7 +150,7 @@ export default class LoginPage extends BasePage {
console.log('image', this.image);
console.log('Version////', this.Version);
}
Version = '1.0.12';
Version = '1.0.14';
compareVersion(version1: any, version2: any) {
//version1 1 &&& version2 -1
const newVersion1 = `${version1}`.split('.').length < 3 ? `${version1}`.concat('.0') : `${version1}`;
@ -167,7 +167,7 @@ export default class LoginPage extends BasePage {
return c.join('');
}
//
function checkPlugin(a, b) {
function checkPlugin(a: any, b: any) {
const numA = toNum(a);
const numB = toNum(b);
return numA > numB ? 1 : numA < numB ? -1 : 0;

@ -181,6 +181,7 @@ export default class RawReceiptDetail extends BasePage {
this.wlCode = '';
this.materialList = [];
this.model.blDetailList.length = 0;
this.LocationList = [];
}
async query() {
if (this.form.documentNo == '') {

Loading…
Cancel
Save