质量检验编码规则名称修改
This commit is contained in:
parent
5a51ba06b3
commit
d55369f739
@ -693,7 +693,7 @@ export default {
|
||||
//自动生成编码
|
||||
handleAutoGenChange(autoGenFlag){
|
||||
if(autoGenFlag){
|
||||
genCode('IPQC_CODE').then(response =>{
|
||||
genCode('QC_IPQC_CODE').then(response =>{
|
||||
this.form.ipqcCode = response;
|
||||
});
|
||||
}else{
|
||||
|
@ -667,7 +667,7 @@ export default {
|
||||
//自动生成编码
|
||||
handleAutoGenChange(autoGenFlag){
|
||||
if(autoGenFlag){
|
||||
genCode('OQC_CODE').then(response =>{
|
||||
genCode('QC_OQC_CODE').then(response =>{
|
||||
this.form.oqcCode = response;
|
||||
});
|
||||
}else{
|
||||
|
@ -259,6 +259,7 @@
|
||||
|
||||
<script>
|
||||
import { listPrinterconfig, getPrinterconfig, delPrinterconfig, addPrinterconfig, updatePrinterconfig } from "@/api/print/printerconfig";
|
||||
import {genCode} from "@/api/system/autocode/rule"
|
||||
import printLabel from "@/components/printerLabel/index.vue"
|
||||
export default {
|
||||
name: "Printerconfig",
|
||||
|
Loading…
Reference in New Issue
Block a user