|
|
@@ -35,19 +35,7 @@
|
|
|
<el-input v-model="form.inquiryName"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <!-- <el-col :span="12">
|
|
|
- <el-form-item
|
|
|
- label="供应商"
|
|
|
- prop="supplierName"
|
|
|
- style="margin-bottom: 22px"
|
|
|
- >
|
|
|
- <el-input
|
|
|
- @click.native="openSupplier"
|
|
|
- v-model="form.supplierName"
|
|
|
- placeholder="请选择"
|
|
|
- ></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col> -->
|
|
|
+
|
|
|
<el-col :span="8">
|
|
|
<el-form-item
|
|
|
prop="remark"
|
|
|
@@ -106,41 +94,6 @@
|
|
|
@supplierSelect="supplierSelect"
|
|
|
>
|
|
|
</inventoryTable>
|
|
|
- <!-- <el-tabs v-model="activeName" style="margin-top: 15px" type="border-card">
|
|
|
- <el-tab-pane label="物品清单" name="1">
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- style="margin-bottom: 10px"
|
|
|
- @click="openSupplier"
|
|
|
- >新增报价单</el-button
|
|
|
- >
|
|
|
- <inventoryTable
|
|
|
- ref="inventoryTable"
|
|
|
- @delList="delList"
|
|
|
- :acceptUnpack="form.acceptUnpack"
|
|
|
- @supplierSelect="supplierSelect"
|
|
|
- >
|
|
|
- </inventoryTable>
|
|
|
- </el-tab-pane>
|
|
|
- <el-tab-pane label="原料" name="2">
|
|
|
- <inventoryTable
|
|
|
- ref="rawDetailListRef"
|
|
|
- :acceptUnpack="form.acceptUnpack"
|
|
|
- @supplierSelect="supplierSelect"
|
|
|
- :isSupplier="false"
|
|
|
- >
|
|
|
- </inventoryTable>
|
|
|
- </el-tab-pane>
|
|
|
- <el-tab-pane label="产成品" name="3">
|
|
|
- <inventoryTable
|
|
|
- ref="outputDetailListRef"
|
|
|
- :acceptUnpack="form.acceptUnpack"
|
|
|
- :isSupplier="false"
|
|
|
- >
|
|
|
- </inventoryTable>
|
|
|
- </el-tab-pane>
|
|
|
- </el-tabs> -->
|
|
|
-
|
|
|
<headerTitle title="报价清单" style="margin-top: 15px"></headerTitle>
|
|
|
<inquiryManageList
|
|
|
generatedType="inquiry"
|