Browse Source

半成品新增修改

tangyu 7 months ago
parent
commit
82fb2f61d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/storage/semi/index.vue

+ 1 - 1
src/views/storage/semi/index.vue

@@ -114,7 +114,7 @@ const materialInfo2 = (value) => {
   dialog2.visible = false;
 };
 const seqDisabled = computed(() => {
-  return !form.value.workOrderCodeId;
+  return !form.value.workOrderId;
 });
 // 设置表格列或者其他自定义的option
 option.value = Object.assign(option.value, {