|
@@ -553,7 +553,7 @@ export default {
|
|
|
//自动生成编码
|
|
//自动生成编码
|
|
|
handleAutoGenChange(autoGenFlag) {
|
|
handleAutoGenChange(autoGenFlag) {
|
|
|
if (autoGenFlag) {
|
|
if (autoGenFlag) {
|
|
|
- genCode("WUZI_TYPE_CODE").then((response) => {
|
|
|
|
|
|
|
+ genCode("MATERIALS_TYPE_CODE").then((response) => {
|
|
|
this.form.materialsTypeCode = response;
|
|
this.form.materialsTypeCode = response;
|
|
|
});
|
|
});
|
|
|
} else {
|
|
} else {
|