Merge branch 'main' of http://162.14.99.253:3000/10539622/2025-03-JS-SDK-PDA
# Conflicts: # pages/material/features/ProduceReturnPage/index.vue
This commit is contained in:
commit
4ef2bf7a85
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class='layout-column'>
|
||||
<view id="parent" style="width:fit-content;">
|
||||
<view id="parent" class="parent-view" style="width:fit-content;">
|
||||
<slot></slot>
|
||||
</view>
|
||||
<view
|
||||
|
@ -11,6 +11,19 @@
|
||||
<label>选择仓库:</label>
|
||||
<zxzUniDataSelect filterable v-model="ERPLOCATION" :localdata="items" @change="change">
|
||||
</zxzUniDataSelect>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
</u-form-item>
|
||||
<!-- <u-form-item :border-bottom="false">
|
||||
<label>选择库位:</label>
|
||||
<zxzUniDataSelect filterable v-model="LOCATIONNAME" :localdata="items_Location"-->
|
||||
<!-- :disabled="Locatiaon_state"></zxzUniDataSelect> -->
|
||||
<u-form-item :border-bottom="false">
|
||||
<label>选择库位: </label>
|
||||
<downSelect class="downSelect-col" ref='selectRef' showKey="storageName" mode='single' :dataList="items_Location" @resultBack="resultBack">
|
||||
<u-input :border="true" v-model="LOCATIONNAME" placeholder="请输入" @input="handleInput"/>
|
||||
</downSelect>
|
||||
>>>>>>> c596f28377050fefce42433c3bcbb7d676e49713
|
||||
</u-form-item>
|
||||
|
||||
<!-- <u-form-item :border-bottom="false">
|
||||
@ -594,11 +607,11 @@
|
||||
var materialSpecName = barCodeArr[0];
|
||||
|
||||
this.$MyRequest('/ProduceReturn/getBarCode', {
|
||||
MATERIALPACKINGNAME: this.MATERIALPACKINGNAME/* ,
|
||||
MATERIALPACKINGNAME: this.MATERIALPACKINGNAME,
|
||||
ERPLOCATION: this.ERPLOCATION,
|
||||
ERPFACTORY: this.ERPFACTORY,
|
||||
LOCATIONNAME: this.LOCATIONNAME,
|
||||
materialSpecName: materialSpecName */
|
||||
materialSpecName: materialSpecName
|
||||
}).then(res => {
|
||||
if (res.data.success) {
|
||||
var _Arr = res.data.resultObj;
|
||||
@ -893,8 +906,15 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.downSelect-col {
|
||||
width: 83.5%;
|
||||
::v-deep .parent-view {
|
||||
width: 100% !important
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
switch {
|
||||
color: #FFCC33;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user