| | |
| | | <span class="readonly-text">{{ form.purchaseContractNumber || '--' }}</span> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-col v-if="showSalesContractBinding" :span="12"> |
| | | <el-form-item label="销售合同号:"> |
| | | <span class="readonly-text">{{ form.salesContractNo || '--' }}</span> |
| | | </el-form-item> |
| | |
| | | import { getPurchaseById } from "@/api/procurementManagement/procurementLedger" |
| | | |
| | | const visible = ref(false) |
| | | // 是否显示销售合同号绑定 |
| | | const showSalesContractBinding = false |
| | | const form = ref({}) |
| | | const productData = ref([]) |
| | | const fileList = ref([]) |