|
|
|
@ -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
|
|
|
|
@ -320,6 +322,20 @@
|
|
|
|
|
</el-radio-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<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 type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="分类编码:"
|
|
|
|
|
prop="flbm"
|
|
|
|
@ -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,7 +703,7 @@ 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) {
|
|
|
|
@ -699,7 +716,7 @@ console.log("editQuery:",this.editQuery)
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|