invoiceElement.html 2.6 KB

123456789101112131415161718192021222324
  1. <!-- if isset({{invoiceDetail}}) -->
  2. <option <!-- if {{invoiceDetail.invoiceElement}}=='纵横公路工程造价管理系统V9.0' --> selected <!-- endif --> value="纵横公路工程造价管理系统V9.0">纵横公路工程造价管理系统V9.0</option>
  3. <option <!-- if {{invoiceDetail.invoiceElement}}=='纵横公路造价编审软件V9.0' --> selected <!-- endif --> value="纵横公路造价编审软件V9.0">纵横公路造价编审软件V9.0</option>
  4. <option <!-- if {{invoiceDetail.invoiceElement}}=='纵横公路工程设计数量表算量软件V3.1' --> selected <!-- endif --> value="纵横公路工程设计数量表算量软件V3.1">纵横公路工程设计数量表算量软件V3.1</option>
  5. <option <!-- if {{invoiceDetail.invoiceElement}}=='纵横公路工程计量支付决算一体化软件V3.1' --> selected <!-- endif --> value="纵横公路工程计量支付决算一体化软件V3.1">纵横公路工程计量支付决算一体化软件V3.1</option>
  6. <option <!-- if {{invoiceDetail.invoiceElement}}=='建材在线' --> selected <!-- endif --> value="建材在线">建材在线</option>
  7. <option <!-- if {{invoiceDetail.invoiceElement}}=='服务费' --> selected <!-- endif --> value="服务费">服务费</option>
  8. <option <!-- if {{invoiceDetail.invoiceElement}}=='培训费' --> selected <!-- endif --> value="培训费">培训费</option>
  9. <option <!-- if {{invoiceDetail.invoiceElement}}=='软件升级费' --> selected <!-- endif --> value="软件升级费">软件升级费</option>
  10. <option <!-- if {{invoiceDetail.invoiceElement}}=='软件报表定制费' --> selected <!-- endif --> value="软件报表定制费">软件报表定制费</option>
  11. <option <!-- if {{invoiceDetail.invoiceElement}}=='技术服务费' --> selected <!-- endif --> value="技术服务费">技术服务费</option>
  12. <!-- else -->
  13. <option value="纵横公路工程造价管理系统V9.0">纵横公路工程造价管理系统V9.0</option>
  14. <option value="纵横公路造价编审软件V9.0">纵横公路造价编审软件V9.0</option>
  15. <option value="纵横公路工程设计数量表算量软件V3.1">纵横公路工程设计数量表算量软件V3.1</option>
  16. <option value="纵横公路工程计量支付决算一体化软件V3.1">纵横公路工程计量支付决算一体化软件V3.1</option>
  17. <option value="建材在线">建材在线</option>
  18. <option value="服务费">服务费</option>
  19. <option value="培训费">培训费</option>
  20. <option value="软件升级费">软件升级费</option>
  21. <option value="软件报表定制费">软件报表定制费</option>
  22. <option value="技术服务费">技术服务费</option>
  23. <!-- endif -->