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