|
|
|
@ -84,8 +84,8 @@
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="editQuery.ybbm"
|
|
|
|
|
v-debounce-input:500ms="getYbHcData"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
@ -140,7 +140,7 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="采购类型">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="editQuery.purType"
|
|
|
|
@ -263,6 +263,8 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12" v-if="productRemarkSet.remarkEnable8==true && editQuery.basicPrductRemak6=='1'">
|
|
|
|
|
<el-form-item :label="productRemarkSet.remarkTitle8+':'">
|
|
|
|
|
<el-select
|
|
|
|
@ -321,39 +323,53 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="分类编码:"
|
|
|
|
|
prop="flbm"
|
|
|
|
|
class="query-form-item">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="editQuery.flbm"
|
|
|
|
|
filterable
|
|
|
|
|
remote
|
|
|
|
|
clearable="true"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
reserve-keyword
|
|
|
|
|
placeholder="请选择"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
@change="classifyChange()"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in classifyList"
|
|
|
|
|
:key="item.code"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.code">
|
|
|
|
|
<span>{{ item.code }}</span>
|
|
|
|
|
<span>{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="是否组套:"
|
|
|
|
|
prop="isStack"
|
|
|
|
|
class="query-form-item"
|
|
|
|
|
>
|
|
|
|
|
<el-radio-group v-model="editQuery.isStack">
|
|
|
|
|
<el-radio :label="true">是</el-radio>
|
|
|
|
|
<el-radio :label="false">否</el-radio>
|
|
|
|
|
</el-radio-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row class="edit-row">
|
|
|
|
|
<el-button-group style="display: flex">
|
|
|
|
|
<el-button type="primary" @click.native="submitUpload()" style="margin: 0 60px 10px auto; height: 35px"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
>提交
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="分类编码:"
|
|
|
|
|
prop="flbm"
|
|
|
|
|
class="query-form-item">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="editQuery.flbm"
|
|
|
|
|
filterable
|
|
|
|
|
remote
|
|
|
|
|
clearable="true"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
reserve-keyword
|
|
|
|
|
placeholder="请选择"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
@change="classifyChange()"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in classifyList"
|
|
|
|
|
:key="item.code"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.code">
|
|
|
|
|
<span>{{ item.code }}</span>
|
|
|
|
|
<span>{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row class="edit-row">
|
|
|
|
|
<el-button-group style="display: flex">
|
|
|
|
|
<el-button type="primary" @click.native="submitUpload()" style="margin: 0 60px 10px auto; height: 35px"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
>提交
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-form>
|
|
|
|
|
</el-card>
|
|
|
|
@ -383,13 +399,13 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {getYbHcflDetail,disableUdi, removeDiRl, removeRl, thirdSysDetail} from '@/api/basic/product/udiRelevance'
|
|
|
|
|
import {getYbHcflDetail, disableUdi, removeDiRl, removeRl, thirdSysDetail} from '@/api/basic/product/udiRelevance'
|
|
|
|
|
import {updateById} from '@/api/basic/udiRelevance'
|
|
|
|
|
import {filterByUuid} from '@/api/basic/udiInfo'
|
|
|
|
|
import selectErp from "./udiInfoselectErpUdi";
|
|
|
|
|
import selectUdiVersion from '@/views/basic/product/UdiinfoSelectVersion'
|
|
|
|
|
import {getHslbs, getThrProductType} from "@/api/thrsys/thrHsfl";
|
|
|
|
|
import { filterClassify } from '@/api/purchase/classifyCode'
|
|
|
|
|
import {filterClassify} from '@/api/purchase/classifyCode'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: 'productEdit',
|
|
|
|
@ -443,7 +459,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
|
classifyChange(){
|
|
|
|
|
classifyChange() {
|
|
|
|
|
this.classifySearch(this.editQuery.flbm)
|
|
|
|
|
let item = this.classifyList.find(item => item.code == this.editQuery.flbm)
|
|
|
|
|
if (item != null) this.editQuery.requireScanCode = item.requireScanCode;
|
|
|
|
@ -462,7 +478,7 @@ export default {
|
|
|
|
|
this.classifyList = [];
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
getYbHcData(){
|
|
|
|
|
getYbHcData() {
|
|
|
|
|
let query = {
|
|
|
|
|
specificationCode: this.editQuery.ybbm
|
|
|
|
|
};
|
|
|
|
@ -475,7 +491,7 @@ export default {
|
|
|
|
|
this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3
|
|
|
|
|
this.editQuery.matrial = this.ybHcflDetail.matrial
|
|
|
|
|
this.$forceUpdate();
|
|
|
|
|
}else {
|
|
|
|
|
} else {
|
|
|
|
|
this.editQuery.catalogcode = ""
|
|
|
|
|
this.editQuery.catalogname1 = ""
|
|
|
|
|
this.editQuery.catalogname2 = ""
|
|
|
|
@ -487,7 +503,7 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
onClose(){
|
|
|
|
|
onClose() {
|
|
|
|
|
this.$emit("onClose")
|
|
|
|
|
},
|
|
|
|
|
submitUpload() {
|
|
|
|
@ -504,6 +520,7 @@ export default {
|
|
|
|
|
purType: this.editQuery.purType,
|
|
|
|
|
attributeType: this.editQuery.attributeType,
|
|
|
|
|
hcType: this.editQuery.hcType,
|
|
|
|
|
isStack: this.editQuery.isStack,
|
|
|
|
|
overStockNum: this.editQuery.overStockNum,
|
|
|
|
|
lowStockNum: this.editQuery.lowStockNum,
|
|
|
|
|
recentDateTime: this.editQuery.recentDateTime,
|
|
|
|
@ -686,21 +703,21 @@ export default {
|
|
|
|
|
this.findThrTypeMethod(this.editQuery.basicPrductRemak7);
|
|
|
|
|
// }
|
|
|
|
|
this.classifySearch()
|
|
|
|
|
console.log("editQuery:",this.editQuery)
|
|
|
|
|
console.log("editQuery:", this.editQuery)
|
|
|
|
|
}, directives: {
|
|
|
|
|
'debounce-input': {
|
|
|
|
|
inserted(el, binding) {
|
|
|
|
|
let timeout
|
|
|
|
|
el.addEventListener('input', () => {
|
|
|
|
|
clearTimeout(timeout)
|
|
|
|
|
timeout = setTimeout(() => {
|
|
|
|
|
binding.value()
|
|
|
|
|
}, parseInt(binding.arg) || 300)
|
|
|
|
|
})
|
|
|
|
|
'debounce-input': {
|
|
|
|
|
inserted(el, binding) {
|
|
|
|
|
let timeout
|
|
|
|
|
el.addEventListener('input', () => {
|
|
|
|
|
clearTimeout(timeout)
|
|
|
|
|
timeout = setTimeout(() => {
|
|
|
|
|
binding.value()
|
|
|
|
|
}, parseInt(binding.arg) || 300)
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
|