|
@@ -170,7 +170,7 @@
|
|
width="950px"
|
|
width="950px"
|
|
@close="dialog2.visible = false"
|
|
@close="dialog2.visible = false"
|
|
>
|
|
>
|
|
- <choice-item-page @material-info="materialInfo" />
|
|
|
|
|
|
+ <ChoiceItemPage @material-info="materialInfo" :enabled="-1"/>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -180,6 +180,7 @@ import { useCrud } from "@/hooks/userCrud";
|
|
import {queryDictDataByType} from "@/api/system/dict"
|
|
import {queryDictDataByType} from "@/api/system/dict"
|
|
import {wmsOrderAdd} from "@/api/storage"
|
|
import {wmsOrderAdd} from "@/api/storage"
|
|
import { useCommonStoreHook } from "@/store";
|
|
import { useCommonStoreHook } from "@/store";
|
|
|
|
+import ChoiceItemPage from "@/views/base/materials/components/choice-item-page.vue";
|
|
const { isShowTable, tableType } = toRefs(useCommonStoreHook());
|
|
const { isShowTable, tableType } = toRefs(useCommonStoreHook());
|
|
const ruleFormRef = ref(ElForm);
|
|
const ruleFormRef = ref(ElForm);
|
|
const test = () => {
|
|
const test = () => {
|