白胚原材料入库展示调整

master
guoshuang 8 months ago
parent 1ee23953aa
commit bd8bc5f364

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

@ -12,7 +12,7 @@
<!-- 单号 -->
<view class="single">
<view class="single-left">
<view>单号:</view>
<view>采购单号:</view>
<u-search placeholder="请扫描" v-model="orderNo" @search="query" :show-action="false"></u-search>
</view>
<view class="single-right">
@ -166,7 +166,7 @@ export default class WhiteRawInstorage extends BasePage {
async query() {
if (this.orderNo == '' || this.orderNo.length == 0) {
(this.$refs.uToast as any).show({
title: '请输入单号',
title: '请输入采购单号',
// url: '/pages/user/index'
});
return;
@ -182,7 +182,7 @@ export default class WhiteRawInstorage extends BasePage {
async onSubmit() {
if (this.orderNo == '' || this.orderNo.length == 0) {
(this.$refs.uToast as any).show({
title: '请输入单号',
title: '请输入采购单号',
// url: '/pages/user/index'
});
return;

Loading…
Cancel
Save